manojkarthick opened a new pull request #9401: URL: https://github.com/apache/arrow/pull/9401
Add method `compressed_size()` to get compressed column data size in a row group. The JVM [parquet-mr](https://github.com/apache/parquet-mr) library provides a method to get the same [here](https://github.com/apache/parquet-mr/blob/0a4e3eea991f7588c9c5e056e9d7b32a76eed5da/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/metadata/BlockMetaData.java#L114) . This would help in calculating the total uncompressed and compressed size of the Parquet file. ---------------------------------------------------------------- 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]
