ConeyLiu commented on code in PR #8001:
URL: https://github.com/apache/iceberg/pull/8001#discussion_r1254577053
##########
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteDataFilesAction.java:
##########
@@ -545,8 +544,6 @@ public void testPartialProgressEnabled() {
Table table = createTable(20);
int fileSize = averageFileSize(table);
- table.updateProperties().set(COMMIT_NUM_RETRIES, "10").commit();
Review Comment:
Previously we need to increase the commit retries to pass the UT. Now we
don't need this.
--
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]