jackye1995 commented on a change in pull request #3387:
URL: https://github.com/apache/iceberg/pull/3387#discussion_r737109456



##########
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";

Review comment:
       I did not put defaults here because we already have defaults defined, 
and I am trying to avoid having duplicated config variables for the same value.




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