amogh-jahagirdar opened a new pull request, #9503: URL: https://github.com/apache/iceberg/pull/9503
Fixes #9490 . As part of 1.4.0 we made the default compression for Parquet to zstd. However, this property is being set for every new table regardless of the underlying file formats (e.g. we wouldn't want to set these properties for Avro or ORC). This change conditionally sets the property based on the underlying file formats when setting the properties in the TableMetadata for new table creation. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org