Fokko commented on code in PR #294: URL: https://github.com/apache/iceberg-python/pull/294#discussion_r1461468502
########## pyiceberg/catalog/hive.py: ########## @@ -150,6 +150,7 @@ def _construct_hive_storage_descriptor(schema: Schema, location: Optional[str]) PROP_TABLE_TYPE = "table_type" PROP_METADATA_LOCATION = "metadata_location" PROP_PREVIOUS_METADATA_LOCATION = "previous_metadata_location" +DEFAULT_PROPERTIES = {'write.parquet.compression-codec': 'zstd'} Review Comment: We only want to set this when writing Parquet, but that's the only format that we support today :) -- 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