adriangb commented on issue #17188: URL: https://github.com/apache/datafusion/issues/17188#issuecomment-3189570326
Looking at this a bit and I now question the implementation in #16445 altogether: it seems that in `Partitioned` mode we build a hash table for each partition -> we would need a different filter for each partition or we need to coordinate across partitions to have a single bound. The same thing would apply if we pushed down the hash table itself. Any ideas on how to handle this are much appreciated. -- 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]
