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


   # Which issue does this PR close?
   Part of https://github.com/apache/arrow-datafusion/issues/363
   
   
    # Rationale for this change
   
   As explained on https://github.com/apache/arrow-datafusion/issues/363 the 
high level idea goal is to make the parquet row group pruning logic generic to 
any types of min/max statistics (not just parquet metadata)
   
   # What changes are included in this PR?
   1. Move code out of parquet.rs and into its own module
   2. Rename to StatsPredicateBuilder to reflect its purpose
   
   No changes in functionality are intended
   
   The PR contains two commits to help reviewers
   
   
   # Are there any user-facing changes?
   The `pub struct RowGroupPredicateBuilder` struct was renamed
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to