hvanhovell commented on code in PR #46849:
URL: https://github.com/apache/spark/pull/46849#discussion_r1626854039
##########
connector/connect/common/src/main/protobuf/spark/connect/expressions.proto:
##########
@@ -48,6 +48,7 @@ message Expression {
CommonInlineUserDefinedFunction common_inline_user_defined_function = 15;
CallFunction call_function = 16;
NamedArgumentExpression named_argument_expression = 17;
+ TypedAggregateExpression typed_aggregate_expression = 18;
Review Comment:
Why do we need a separate expression? It is just an invocation with a
wild-card.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]