aokolnychyi commented on code in PR #8157:
URL: https://github.com/apache/iceberg/pull/8157#discussion_r1275520802


##########
core/src/main/java/org/apache/iceberg/DeleteFileIndex.java:
##########
@@ -350,6 +346,37 @@ private static Stream<DeleteFile> limitBySequenceNumber(
     return Arrays.stream(files, start, files.length);
   }
 
+  private static DeleteFileGroup index(

Review Comment:
   These `index` methods only exist because the old constructor is package 
private and is used in tests. I had to keep that for compatibility.



-- 
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]

Reply via email to