AdamGS commented on code in PR #6848:
URL: https://github.com/apache/arrow-rs/pull/6848#discussion_r1878174598


##########
parquet/src/arrow/arrow_reader/statistics.rs:
##########
@@ -1432,6 +1432,24 @@ impl<'a> StatisticsConverter<'a> {
         Ok(UInt64Array::from_iter(null_counts))
     }
 
+    /// Extract the uncompressed sizes from row group statistics in 
[`RowGroupMetaData`]

Review Comment:
   
[this](https://github.com/apache/datafusion/issues/7548#issuecomment-2525243892)
 comment by @findepi makes me think the latter might be the right way to go 
here.



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