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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to