jackye1995 commented on a change in pull request #3387:
URL: https://github.com/apache/iceberg/pull/3387#discussion_r742381609
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -244,4 +244,13 @@ private TableProperties() {
public static final String UPSERT_MODE_ENABLE = "write.upsert.enable";
public static final boolean UPSERT_MODE_ENABLE_DEFAULT = false;
+
+ public static final String REWRITE_PARTIAL_PROGRESS_ENABLED =
"rewrite.partial-progress.enabled";
+ public static final String REWRITE_PARTIAL_PROGRESS_MAX_COMMITS =
"rewrite.partial-progress.max-commits";
+ public static final String REWRITE_MAX_FILE_GROUP_SIZE_BYTES =
"rewrite.max-file-group-size-bytes";
Review comment:
these are options defined in `RewriteDataFiles`
https://github.com/apache/iceberg/blob/master/api/src/main/java/org/apache/iceberg/actions/RewriteDataFiles.java,
that's why I prefixed with `rewrite`.
--
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]