jackye1995 commented on a change in pull request #4083:
URL: https://github.com/apache/iceberg/pull/4083#discussion_r803304621
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -119,6 +119,9 @@ private TableProperties() {
public static final String DELETE_AVRO_COMPRESSION =
"write.delete.avro.compression-codec";
public static final String AVRO_COMPRESSION_DEFAULT = "gzip";
+ public static final String AVRO_ZSTD_COMPRESSION_LEVEL =
"write.avro.zstd.compression-level";
Review comment:
I think compression level can also be useful for gzip, we can just
`write.avro.compression-level`
--
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]