alamb opened a new pull request, #4279: URL: https://github.com/apache/arrow-datafusion/pull/4279
Draft as it builds on https://github.com/apache/arrow-datafusion/pull/4278/files # Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/4020 connects to #3463 # Rationale for this change Pruning predicates are for eliminating row groups or pages based on min/max values. Only some predicates can be converted into Pruning Predicates. However, the only predicates that the parquet exec will attempt to push down are the predicates that can be pruning predicates. It should attempt to push down all of them. # What changes are included in this PR? Pass entire pushed down predicate (not just the one attached to pruning predicate) # Are these changes tested? Yes # Are there any user-facing changes? More predicates can be pushed as row filters -- 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]
