Dandandan commented on code in PR #13134:
URL: https://github.com/apache/datafusion/pull/13134#discussion_r1818113292
##########
datafusion/common/src/join_type.rs:
##########
@@ -113,6 +118,9 @@ pub enum JoinSide {
Left,
/// Right side of the join
Right,
+ /// Neither side of the join, used for Mark joins where the mark column
does not belong to
Review Comment:
Is there such a thing as right mark join? If so, can we add a issue/TODO for
it?
--
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]