jhorstmann commented on PR #9367:
URL: https://github.com/apache/arrow-rs/pull/9367#issuecomment-3901765697

   I also agree this might fit better into the `Compression` enum. AFAIK that 
would still allow different settings per column.
   
   In our codebase we have it hardcoded via 
`WriterPropertiesBuilder::set_compression(Compression::ZSTD(ZstdLevel::try_new(3)?))`,
 so if the `try_new` method stays it would not even be a breaking change. We do 
not use the `FromStr` impl, so I cannot comment on that usecase.


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

Reply via email to