anoopj commented on code in PR #15926:
URL: https://github.com/apache/iceberg/pull/15926#discussion_r3066874251


##########
api/src/main/java/org/apache/iceberg/io/FileRange.java:
##########
@@ -31,10 +31,8 @@ public class FileRange {
   public FileRange(CompletableFuture<ByteBuffer> byteBuffer, long offset, int 
length)
       throws EOFException {

Review Comment:
   This is existing code, but I don't see any place in the constructor that can 
throw `EOFException`. 



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