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.
2 files changed
tree: c485760f4e3398286ef862794e9cba4a9d04849f
  1. .devcontainer/
  2. .github/
  3. .mvn/
  4. doc/
  5. lang/
  6. share/
  7. .asf.yaml
  8. .editorconfig
  9. .gitattributes
  10. .gitignore
  11. .gitmodules
  12. .yamllint.yml
  13. BUILD.md
  14. build.sh
  15. composer.json
  16. DIST_README.txt
  17. docker-compose.yml
  18. LICENSE.txt
  19. NOTICE.txt
  20. pom.xml
  21. README.md
README.md

Apache Avro™

test c test c# test c++ test java test javascript test perl test ruby test python test php

rust continuous integration rust clippy check rust security audit

codeql c# codeql java codeql javascript codeql python


Apache Avro™ is a data serialization system.

Learn more about Avro, please visit our website at:

https://avro.apache.org/

To contribute to Avro, please read:

https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute