mapleFU opened a new issue, #8639: URL: https://github.com/apache/arrow-rs/issues/8639
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** parquet-rewrite works well currently, however: 1. The batch-size is the default batch-size, assume we want to test page-size == 1000, but it would always uses 1024 2. The compression level is always 1. zstd's default level is 3, but here, it uses 1. **Describe the solution you'd like** Allow set the compression level and batch size. **Describe alternatives you've considered** No **Additional context** No -- 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]
