korowa commented on code in PR #2591:
URL: https://github.com/apache/arrow-datafusion/pull/2591#discussion_r882070742
##########
datafusion/core/src/optimizer/filter_push_down.rs:
##########
@@ -1334,6 +1337,188 @@ mod tests {
Ok(())
}
+ /// single table predicate parts of ON condition should be pushed to both
inputs
+ #[ignore]
Review Comment:
It is ignored, due to pushdown of ON conditions is not supported in this PR,
I've created #2619 to move this logic from planner to optimizer
--
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]