SteveLauC opened a new issue, #4172: URL: https://github.com/apache/arrow-rs/issues/4172
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I am trying to work on [(pqrs)Feature request: Compression algorithm information](https://github.com/manojkarthick/pqrs/issues/40) **Describe the solution you'd like** Add compression info in `parquet::schema::printer::print_column_chunk_metadata()` ```rust writeln!(out, "compression: {}", cc_metadata.compression()); ``` **Describe alternatives you've considered** An alternative way is that we maintain our own `print_column_chunk_metadaa()` in `pqrs` and have that implemented, but it would be great if this can be added in upstream. **Additional context** Related code snippet: https://github.com/apache/arrow-rs/blob/c4ac758e13cbd76651d16d06e786bdf7c04f902a/parquet/src/schema/printer.rs#L138-L149 -- 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]
