The ORC team is excited to announce the release of ORC v1.8.2.
- Released: 13 January 2023
- Source code: orc-1.8.2.tar.gz
- GPG Signature signed by Dongjoon Hyun (34F0FC5C)
- Git tag: rel/release-1.8.2
- Maven Central: ORC 1.8.2
- SHA 256: 5e14501212abcb73…
- Fixed issues: ORC-1.8.2
The bug fixes:
The improvements:
- ORC-1327 Exclude the proto files from the nohive jar
- ORC-1328 Exclude the proto files from the shaded protobuf jar
- ORC-1329 Add OrcConf.getStringAsList method
- ORC-1338 Set bloom filter fpp to 1%
- ORC-1342 Publish SBOM artifacts
- ORC-1344 Skip SBOM generation during CMake
- ORC-1345 Use makeBom and skip snapshot check in GitHub Action publish_snapshot job
The test changes:
- ORC-1323 Make docker/reinit.sh support target OS arguments
- ORC-1330 Add TestOrcConf
- ORC-1339 Remove orc.sarg.to.filter default value assumption in test cases
- ORC-1350 Upgrade setup-java to v3
The tasks: