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

   # Which issue does this PR close?
   
   re https://github.com/apache/arrow-datafusion/issues/3462
   
   # Rationale for this change
   
   There is a lot more parquet reading code now after filter pushdown in 
https://github.com/apache/arrow-datafusion/pull/3780 and 
https://github.com/apache/arrow-datafusion/pull/3967
   
   Let's move it into smaller modules so it is easier to work with
   
   
   # What changes are included in this PR?
   
   1. move `physical_plan/file_format/row_filter.rs` to 
`physical_plan/file_format/parquet/row_filter.rs` to make it clear this is part 
of the parquet format implementation
   2. Extract the page level statistics pruning into 
`datafusion/core/src/physical_plan/file_format/parquet/page_filter.rs`
   2. Extract metrics into 
`datafusion/core/src/physical_plan/file_format/parquet/metrics.rs`
   
   
   # Are there any user-facing changes?
   
   No
   
   There should be no functional change (none is intended)


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