Commits


Steven Aerts authored and GitHub committed 33631e1e0fa
AVRO-3748 [java] fix SeekableInputStream.skip (#2203) The implementation of SeekableInputStream.skip had a longstantind issue that it did a seek to a wrong position. This issue is rather difficult to hit in avro as it is only used in corner cases of for example the FastReader.