nastra commented on code in PR #11478: URL: https://github.com/apache/iceberg/pull/11478#discussion_r1837939172
########## core/src/main/java/org/apache/iceberg/TableMetadata.java: ########## @@ -90,6 +90,8 @@ private static Map<String, String> persistedProperties(Map<String, String> rawPr persistedProperties.put( TableProperties.PARQUET_COMPRESSION, TableProperties.PARQUET_COMPRESSION_DEFAULT_SINCE_1_4_0); + persistedProperties.put( Review Comment: can we add a simple test to `TestTableMetadata` to make sure this is properly set on new tables and not set on existing ones? -- 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