nastra commented on code in PR #15006:
URL: https://github.com/apache/iceberg/pull/15006#discussion_r2698455256


##########
core/src/main/java/org/apache/iceberg/io/IOUtil.java:
##########
@@ -49,6 +51,24 @@ public static void readFully(InputStream stream, byte[] 
bytes, int offset, int l
     }
   }
 
+  public static byte[] readBytes(InputFile inputFile, long offset, int length) 
{

Review Comment:
   it might make sense to remove the same method from `BaseDeleteLoader`



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