adriangb opened a new issue, #17171: URL: https://github.com/apache/datafusion/issues/17171
In https://github.com/apache/datafusion/pull/16445 we discussed two approaches: - Push down min/max of the hash table. This is what DuckDB does and what we ended up implementing in https://github.com/apache/datafusion/pull/16445 - It's also possible for us to push down the entire hash table to prune rows during scans. This is what this issue tracks. -- 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.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