amaliujia commented on code in PR #38166:
URL: https://github.com/apache/spark/pull/38166#discussion_r990933552
##########
connector/connect/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -35,7 +35,7 @@ message Relation {
Project project = 3;
Filter filter = 4;
Join join = 5;
- Union union = 6;
Review Comment:
I am pretty sure`Set operation` is the SQL word to describe `union`
`intersect` `except`. But Wenchen suggests to have individual plans for each,
in that it won't matter.
--
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]