Dandandan commented on code in PR #13252:
URL: https://github.com/apache/datafusion/pull/13252#discussion_r1828275851
##########
datafusion/core/src/physical_optimizer/join_selection.rs:
##########
@@ -136,6 +136,9 @@ fn swap_join_type(join_type: JoinType) -> JoinType {
JoinType::LeftMark => {
unreachable!("LeftMark join type does not support swapping")
}
+ JoinType::RightMark => {
+ unreachable!("RightMark join type does not support swapping")
Review Comment:
I think we can support it now, I think this should be relatively easy.
--
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]