steven-aerts opened a new pull request, #2203: URL: https://github.com/apache/avro/pull/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. ## What is the purpose of the change * Fixes AVRO-3748 a longstanding issue in SeekableInputStream.skip ## Verifying this change This change added a test to verify the new behavior ## Documentation - Does this pull request introduce a new feature? (yes / **no**) -- 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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org