rdblue commented on code in PR #4464: URL: https://github.com/apache/iceberg/pull/4464#discussion_r841275479
########## core/src/test/java/org/apache/iceberg/TestTransaction.java: ########## @@ -420,6 +421,35 @@ public void testMultipleUpdateTransactionRetryMergeCleanup() { Assert.assertFalse("Append manifest should be deleted", new File(appendManifest.path()).exists()); } + @Test + public void testTransactionRetrySchemaUpdate() { + // use only one retry + table.updateProperties() + .set(TableProperties.COMMIT_NUM_RETRIES, "1") + .commit(); Review Comment: Please fix indentation. -- 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: dev-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org