We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90a477 commit f154de4Copy full SHA for f154de4
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteDataFilesAction.java
@@ -1604,7 +1604,7 @@ public void testMaxTotalFileGroupSizeBytesZeroMeansNoLimit() {
1604
basicRewrite(table)
1605
.option(
1606
RewriteDataFiles.MAX_FILE_GROUP_SIZE_BYTES, Integer.toString(fileSize * 2 + 1000))
1607
- .option(RewriteDataFiles.MAX_TOTAL_FILE_GROUP_SIZE_BYTES, "0")
+ .option(RewriteDataFiles.MAX_TOTAL_FILE_GROUP_SIZE_BYTES, null)
1608
.execute();
1609
1610
// Should process all 10 groups when limit is 0
0 commit comments