amogh-jahagirdar commented on code in PR #15006:
URL: https://github.com/apache/iceberg/pull/15006#discussion_r2700192916
##########
data/src/main/java/org/apache/iceberg/data/BaseDeleteLoader.java:
##########
@@ -322,22 +320,4 @@ private void validateDV(DeleteFile dv, CharSequence
filePath) {
filePath,
dv.referencedDataFile());
}
-
- private static byte[] readBytes(InputFile inputFile, long offset, int
length) {
Review Comment:
This is moved to an IOUtil API, which we now use in the merging DV logic
--
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]