nastra commented on issue #15236: URL: https://github.com/apache/iceberg/issues/15236#issuecomment-3852378301
@anesterenok please check whether `TableMetadata` of a freshly created table has `write.parquet.compression-codec -> zstd` in its default `properties`, which should be the case. I just created a fresh table with Spark and that is properly set. The code for this lives in https://github.com/apache/iceberg/blob/615b5a097cf27a65fec2a9f613150ab83ea8bc7a/core/src/main/java/org/apache/iceberg/TableMetadata.java#L94-L97 -- 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]
