gruuya commented on issue #25291: URL: https://github.com/apache/datafusion/issues/25291#issuecomment-5772842163
It looks like https://github.com/apache/datafusion/issues/23817 is tangentially related, but only for the partitioned-join mode. They overlap for the partitioned-join mode because it uses `CaseExpr` to route the rows from the probe side, and we then need to wire that in inside `build_predicate_expression` (like https://github.com/apache/datafusion/pull/25292 does) in order to utilize the compact pruning machinery. -- 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]
