amaliujia commented on code in PR #38415:
URL: https://github.com/apache/spark/pull/38415#discussion_r1010018988
##########
connector/connect/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -213,3 +213,13 @@ message Sample {
int64 seed = 1;
}
}
+
+// Relation alias.
+message SubqueryAlias {
+ // Required. The input relation.
+ Relation input = 1;
+ // Required. The alias.
Review Comment:
Given our discussion on the protocol, this is a required field so we ask
clients to always set it. Server side only fetch the value in this field not
matter what it is (either `""`, or not)
--
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]