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/05 01:50:02 UTC

[GitHub] [arrow-rs] SteveLauC opened a new issue, #4172: [parquet] add compression info to `print_column_chunk_metadata()`

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

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


[GitHub] [arrow-rs] viirya closed issue #4172: [parquet] add compression info to `print_column_chunk_metadata()`

Posted by "viirya (via GitHub)" <gi...@apache.org>.
viirya closed issue #4172: [parquet] add compression info to `print_column_chunk_metadata()`
URL: https://github.com/apache/arrow-rs/issues/4172


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


[GitHub] [arrow-rs] SteveLauC commented on issue #4172: [parquet] add compression info to `print_column_chunk_metadata()`

Posted by "SteveLauC (via GitHub)" <gi...@apache.org>.
SteveLauC commented on issue #4172:
URL: https://github.com/apache/arrow-rs/issues/4172#issuecomment-1536402090

   Let me file a PR for this:)


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


[GitHub] [arrow-rs] tustvold commented on issue #4172: [parquet] add compression info to `print_column_chunk_metadata()`

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4172:
URL: https://github.com/apache/arrow-rs/issues/4172#issuecomment-1552716034

   `label_issue.py` automatically added labels {'parquet'} from #4176


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