mapleFU commented on code in PR #8642:
URL: https://github.com/apache/arrow-rs/pull/8642#discussion_r2440257202
##########
parquet/src/bin/parquet-rewrite.rs:
##########
@@ -216,8 +174,8 @@ struct Args {
output: String,
/// Compression used for all columns.
- #[clap(long, value_enum)]
- compression: Option<CompressionArgs>,
+ #[clap(long)]
+ compression: Option<Compression>,
Review Comment:
Previously, default level would be 1. But now, zstd would be 3 by default. I
can also revert this and add a "compression-level" integer config. Both is ok
for me
--
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]