You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "SteveLauC (via GitHub)" <gi...@apache.org> on 2023/05/06 00:01:27 UTC

[GitHub] [arrow-rs] SteveLauC commented on a diff in pull request #4176: feat: add compression info to print_column_chunk_metadata()

SteveLauC commented on code in PR #4176:
URL: https://github.com/apache/arrow-rs/pull/4176#discussion_r1186563194


##########
parquet/src/schema/printer.rs:
##########
@@ -137,6 +137,7 @@ fn print_column_chunk_metadata(
     writeln!(out, "file path: {file_path_str}");
     writeln!(out, "file offset: {}", cc_metadata.file_offset());
     writeln!(out, "num of values: {}", cc_metadata.num_values());
+    writeln!(out, "Compression: {}", cc_metadata.compression());

Review Comment:
   Sorry about this, done.



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org