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 8c523ec commit 490f270Copy full SHA for 490f270
api/src/main/java/org/apache/iceberg/actions/RewriteDataFiles.java
@@ -70,7 +70,7 @@ public interface RewriteDataFiles
70
71
long MAX_FILE_GROUP_SIZE_BYTES_DEFAULT = 1024L * 1024L * 1024L * 100L; // 100 Gigabytes
72
73
- /** The maximum total size of all file groups that this rewrite is allowed to process. */
+ /** The maximum total size of all files that this rewrite is allowed to process. */
74
String MAX_TOTAL_FILES_SIZE_BYTES = "max-total-files-size-bytes";
75
76
long MAX_TOTAL_FILES_SIZE_BYTES_DEFAULT = Long.MAX_VALUE;
0 commit comments