etseidl commented on PR #9367: URL: https://github.com/apache/arrow-rs/pull/9367#issuecomment-3862384842
Thanks @amirshukayev, this looks interesting. Since the compression codec itself is already on `ColumnProperties` rather than `WriterProperties`, I can't help wondering if the override should be as well. I can see only wanting to override a single column and leave the others with the default. I also wonder if we should instead modify `basic::Compression` enum and add the override to the `ZSTD` variant. That would be more of a breaking change, but might be more natural 🤷 -- 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]
