alamb commented on a change in pull request #9976:
URL: https://github.com/apache/arrow/pull/9976#discussion_r611024130



##########
File path: rust/datafusion/src/physical_plan/parquet.rs
##########
@@ -271,62 +249,18 @@ impl ParquetExec {
                 .collect(),
         );
 
-        // sum the statistics
-        let mut num_rows: Option<usize> = None;

Review comment:
       I really like how you have consolidated the statistics accumulation / 
cross partition summarization into a central place.




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