cloud-fan commented on code in PR #38174:
URL: https://github.com/apache/spark/pull/38174#discussion_r990931689


##########
connector/connect/src/main/protobuf/spark/connect/expressions.proto:
##########
@@ -165,4 +166,9 @@ message Expression {
   message QualifiedAttribute {
     string name = 1;
   }
+
+  message Alias {

Review Comment:
   Only a few places require Expression to be wrapped by an alias. I'd like to 
match catalyst and have an individual `Alias` expression.



-- 
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]

Reply via email to