LiaCastaneda commented on issue #17171:
URL: https://github.com/apache/datafusion/issues/17171#issuecomment-3284143582

   > I think building an IN LIST in the dynamic filter (in addition to min/max) 
allows us to leverage the existing machinery that builds literal guarantees in 
PruningPredicate. The parquet data source already takes advantage of this in 
the case that bloom filters are present and can help us prune entire row 
groups, which definitely seems valuable to me.
   
   I think this would also help users with custom `ExecutionPlan` scan nodes 
that aren’t Parquet or don’t support bloom predicates.


-- 
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