huaxingao commented on code in PR #16327:
URL: https://github.com/apache/iceberg/pull/16327#discussion_r3360287820


##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -176,6 +176,10 @@ private TableProperties() {}
       "write.delete.parquet.row-group-check-max-record-count";
   public static final int PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT_DEFAULT = 
10000;
 
+  public static final String PARQUET_ROW_GROUP_SIZE_CHECK_UNCOMPRESSED =
+      "write.parquet.row-group-size-check-uncompressed";

Review Comment:
   nit: maybe `-track-uncompressed` instead of `-check-uncompressed`? 
`-check-uncompressed` reads like check whether something is uncompressed.



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