alamb opened a new pull request, #3454:
URL: https://github.com/apache/arrow-datafusion/pull/3454

   Draft as it builds on https://github.com/apache/arrow-datafusion/pull/3422 
from @liukun4515 
   
   # Which issue does this PR close?
   
   re https://github.com/apache/arrow-datafusion/issues/3377 and 
https://github.com/apache/arrow-datafusion/issues/3414
   
   
    # Rationale for this change
   I wanted to add more tests in 
https://github.com/apache/arrow-datafusion/pull/3422 for pruning with casts -- 
see https://github.com/apache/arrow-datafusion/pull/3422#issuecomment-1242747814
   
   While writing these tests, I also ended up cleaning up the handling of 
predicates without columns (aka ones that got turned into constants)
   
   # What changes are included in this PR?
   1. Additional test for pruning with statistics
   2. Support pruning predicates that require no columns (aka `false` or 
`true`) without error
   
   # Are there any user-facing changes?
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api 
change` label.
   -->


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

Reply via email to