Dandandan commented on code in PR #13025:
URL: https://github.com/apache/datafusion/pull/13025#discussion_r1809199012
##########
datafusion/optimizer/src/eliminate_cross_join.rs:
##########
@@ -253,13 +269,7 @@ fn flatten_join_inputs(
fn can_flatten_join_inputs(plan: &LogicalPlan) -> bool {
// can only flatten inner / cross joins
Review Comment:
I think the reason is that the current code doesn't support that / it's not
obvious how it could work for non-inner joins.
--
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]