anesterenok opened a new issue, #15236: URL: https://github.com/apache/iceberg/issues/15236
### Apache Iceberg version 1.10.0 ### Query engine None ### Please describe the bug 🐞 Since Iceberg 1.4.0, the default Parquet compression codec is supposed to be ZSTD. This was implemented as additional Java const: https://github.com/apache/iceberg/blob/f03595376978fb6c3fad4c374a76507ca0bb87e9/core/src/main/java/org/apache/iceberg/TableProperties.java#L146-L147 However, virtually not a single class (apart from tests) uses the new const. For example: ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
