alamb opened a new pull request #690: URL: https://github.com/apache/arrow-datafusion/pull/690
# Which issue does this PR close? Fixes: https://github.com/apache/arrow-datafusion/issues/649 as found by @yordan-pavlov Build on https://github.com/apache/arrow-datafusion/pull/657 and https://github.com/apache/arrow-datafusion/pull/689 so please review them first # Rationale for this change Parquet pruning is not working for `Date32` or `Date64` # What changes are included in this PR? Fixes parquet pruning on `Date32` and `Date64` columns by adding the appropriate expression evaluation machinery for Date32 and Date64. Creating arrays for testing I found super awkward and I filed https://github.com/apache/arrow-rs/issues/527 to try and track improving that situation -- 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]
