zhengruifeng commented on code in PR #39090:
URL: https://github.com/apache/spark/pull/39090#discussion_r1051711238
##########
connector/connect/common/src/main/protobuf/spark/connect/expressions.proto:
##########
@@ -37,6 +37,26 @@ message Expression {
Alias alias = 6;
Cast cast = 7;
UnresolvedRegex unresolved_regex = 8;
+ SortOrder sort_order = 9;
Review Comment:
I add a note for not support in projection, but I guess the developers
should be aware of this.
##########
connector/connect/common/src/main/protobuf/spark/connect/expressions.proto:
##########
@@ -37,6 +37,26 @@ message Expression {
Alias alias = 6;
Cast cast = 7;
UnresolvedRegex unresolved_regex = 8;
+ SortOrder sort_order = 9;
+ }
+
+ message SortOrder {
Review Comment:
done
--
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]