rdblue commented on a change in pull request #2596:
URL: https://github.com/apache/iceberg/pull/2596#discussion_r637227048
##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -36,9 +36,18 @@ private TableProperties() {
public static final String COMMIT_TOTAL_RETRY_TIME_MS =
"commit.retry.total-timeout-ms";
public static final int COMMIT_TOTAL_RETRY_TIME_MS_DEFAULT = 1800000; // 30
minutes
- public static final String COMMIT_NUM_STATUS_CHECKS =
"commit.num-status-checks";
+ public static final String COMMIT_NUM_STATUS_CHECKS =
"commit.status-checks.num-retries";
Review comment:
Nevermind, I could do it to the PR through github. I'll merge when tests
are passing.
--
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]