Skip to content

Commit

Permalink
Add TODO with ticket link
Browse files Browse the repository at this point in the history
  • Loading branch information
CsengerG committed Apr 30, 2024
1 parent b0e63d3 commit 5b99617
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public int read() throws IOException {

@Override
public void seek(long pos) throws IOException {
// TODO: https://app.asana.com/0/1206885953994785/1207207312934251/f
// S3A throws an EOFException here, S3FileIO does IllegalArgumentException
Preconditions.checkState(pos >= 0, "position must be non-negative");

if (pos >= contentLength()) {
Expand Down

0 comments on commit 5b99617

Please sign in to comment.