The ORC team is excited to announce the release of ORC v1.8.3.
- Released: 15 March 2023
- Source code: orc-1.8.3.tar.gz
- GPG Signature signed by Dongjoon Hyun (34F0FC5C)
- Git tag: rel/release-1.8.3
- Maven Central: ORC 1.8.3
- SHA 256: a78678ec425c8129…
- Fixed issues: ORC-1.8.3
The bug fixes:
- ORC-1357: Handle missing compression block size
- ORC-1382: Fix secondary config names
org.sarg.*
toorc.sarg.*
- ORC-1384: Fix
ArrayIndexOutOfBoundsException
when reading dictionary stream bigger then dictionary - ORC-1393: Add
reset(DiskRangeList input, long length)
toInStream
impl class
The test changes:
The tasks:
- ORC-1358 Use spotless to format pom files