-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
While evaluating queries against data stored in containers / multiple files, it is helpful to prune entire files using statistics (see #363 for more details). DataFusion has this logic already for ==, <, <=, > and >= operators in the pruning predicate.
However, as @NGA-TRAN noticed, there is no support for != at the moment.
Describe the solution you'd like
Add support and tests for != in predicate pruning logic
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request