luoyuxia commented on issue #109: URL: https://github.com/apache/fluss-rust/issues/109#issuecomment-3681686371
> arrow-rs' `CompressionContext` currently [does not support changing of ZSTD compression level and always default to 3](https://github.com/apache/arrow-rs/blob/addf74d72d88684dabac21822c22f35e803135c5/arrow-ipc/src/compression.rs#L30-L47). > > We have two/three paths here, > > 1. Take Java side approach by implementing some lower level code onto fluss-rust to support ZSTD compression level > 2. Contribute upstream to arrow-rs, wait for change to be released (monthly cadence) > 3. Both of the above. Thanks for the investgation. I think we can pend this issue since modify level I believe is a rare case. -- 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]
