steveloughran commented on PR #1807: URL: https://github.com/apache/avro/pull/1807#issuecomment-3150031489
new test failure ``` Error: Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.518 s <<< FAILURE! -- in org.apache.avro.mapreduce.TestFsInput Error: org.apache.avro.mapreduce.TestFsInput.seekPastEOF -- Time elapsed: 0.015 s <<< ERROR! java.io.EOFException: Cannot seek after EOF at org.apache.hadoop.fs.ChecksumFileSystem$FSDataBoundedInputStream.seek(ChecksumFileSystem.java:553) at org.apache.avro.mapred.FsInput.seek(FsInput.java:75) at org.apache.avro.mapreduce.TestFsInput.seekPastEOF(TestFsInput.java:145) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) at java.base/java.util.ArrayList.forEach(ArrayList.java:1596) ``` -- 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: issues-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org