jayshrivastava commented on issue #18856: URL: https://github.com/apache/datafusion/issues/18856#issuecomment-5386426874
> For parquet row-filter pushdown, HashJoinExec::handle_child_pushdown_result is called with PushedDown::No because the filtering is not exact. How the pushdown works today is this runtime check in `HashJoinExec::execute()`: https://github.com/apache/datafusion/blob/7e4188ed44ca67e08e5a58b87807697e5afe3c43/datafusion/physical-plan/src/joins/hash_join/exec.rs?plain=1#L1460 -- 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]
