dbtsai commented on code in PR #8158:
URL: https://github.com/apache/iceberg/pull/8158#discussion_r1281010039


##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -142,12 +142,13 @@ private TableProperties() {}
 
   public static final String PARQUET_COMPRESSION = 
"write.parquet.compression-codec";
   public static final String DELETE_PARQUET_COMPRESSION = 
"write.delete.parquet.compression-codec";
-  public static final String PARQUET_COMPRESSION_DEFAULT = "gzip";
+  public static final String PARQUET_COMPRESSION_DEFAULT = "zstd";
 
   public static final String PARQUET_COMPRESSION_LEVEL = 
"write.parquet.compression-level";
   public static final String DELETE_PARQUET_COMPRESSION_LEVEL =
       "write.delete.parquet.compression-level";
-  public static final String PARQUET_COMPRESSION_LEVEL_DEFAULT = null;
+  public static final String PARQUET_COMPRESSION_LEVEL_DEFAULT =
+      null; // For zstd, it is default to "3"

Review Comment:
   Removed. 



-- 
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]

Reply via email to