rdblue commented on a change in pull request #2596:
URL: https://github.com/apache/iceberg/pull/2596#discussion_r635656148



##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -39,6 +39,15 @@ private TableProperties() {
   public static final String COMMIT_NUM_STATUS_CHECKS = 
"commit.num-status-checks";
   public static final int COMMIT_NUM_STATUS_CHECKS_DEFAULT = 3;
 
+  public static final String COMMIT_STATUS_CHECKS_MIN_WAIT_MS = 
"commit.status-check.min-wait-ms";

Review comment:
       @coolderli, @aokolnychyi, has `commit.num-status-checks` been released 
yet?
   
   If not, then we should rename it to mirror the `commit.retry.*` settings: 
`commit.status-check.num-retries`




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

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