HuaHuaY opened a new pull request, #48865: URL: https://github.com/apache/arrow/pull/48865
### Rationale for this change Support customizing more Zstd parameters to allow users to optimize the performance of parquet page compression/decompression. ### What changes are included in this PR? 1. Add a new class `ZstdCodecOptions` inherited from `CodecOptions`. 2. Create `ZSTD_CCtx`/`ZSTD_DCtx` explicitly in `ZSTDCodec`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. The new class `ZstdCodecOptions` is added. -- 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]
