amaliujia commented on code in PR #38345:
URL: https://github.com/apache/spark/pull/38345#discussion_r1002886307
##########
connector/connect/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -109,6 +109,7 @@ message Join {
Relation right = 2;
Expression join_condition = 3;
JoinType join_type = 4;
+ repeated string using_columns = 5;
Review Comment:
Based on the current Catalyst implementation. My read is yes.
My understanding is current Catalyst implementation does not support `JOIN
USING col_name,...` in the join_condition. It is a separate code path. Is it
true?
--
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]