Skip to content

Commit 490f270

Browse files
committed
Fix comment
1 parent 8c523ec commit 490f270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/iceberg/actions/RewriteDataFiles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public interface RewriteDataFiles
7070

7171
long MAX_FILE_GROUP_SIZE_BYTES_DEFAULT = 1024L * 1024L * 1024L * 100L; // 100 Gigabytes
7272

73-
/** The maximum total size of all file groups that this rewrite is allowed to process. */
73+
/** The maximum total size of all files that this rewrite is allowed to process. */
7474
String MAX_TOTAL_FILES_SIZE_BYTES = "max-total-files-size-bytes";
7575

7676
long MAX_TOTAL_FILES_SIZE_BYTES_DEFAULT = Long.MAX_VALUE;

0 commit comments

Comments
 (0)