The ORC team is excited to announce the release of ORC v2.0.2.
- Released: 15 August 2024
- Source code: orc-2.0.2.tar.gz
- GPG Signature signed by Dongjoon Hyun (34F0FC5C)
- Git tag: rel/release-2.0.2
- Maven Central: ORC 2.0.2
- SHA 256: fabdee3e8acd64da…
- Fixed issues: ORC-2.0.2
The improvements (tools):
- ORC-1724 JsonFileDump utility should print user metadata
- ORC-1740 Avoid the dump tool repeatedly parsing ColumnStatistics
- ORC-1742 Support print the id, name and type of each column in dump tool
The bug fixes:
- ORC-1732 [C++] Fix detecting Homebrew-installed Protobuf on MacOS
- ORC-1733 [C++][CMake] Fix CMAKE_MODULE_PATH not to use PROJECT_SOURCE_DIR
- ORC-1738 [C++] Fix wrong Int128 maximum value
- ORC-1741 Respect decimal reader isRepeating flag
- ORC-1749 Fix supportVectoredIO for hadoop version string with optional patch labels
- ORC-1751 [C++] Fix syntax error in ThirdpartyToolchain
The test changes:
- ORC-1694 Upgrade gson to 2.9.0 for Benchmarks Hive
- ORC-1697 Fix IllegalArgumentException when reading json timestamp type in benchmark
- ORC-1700 Write parquet decimal type data in Benchmark using FIXED_LEN_BYTE_ARRAY type
- ORC-1743 Upgrade Spark to 4.0.0-preview1
- ORC-1744 Add ubuntu-24.04 to GitHub Action
- ORC-1746 Bump netty-all to 4.1.110.Final in bench module
- ORC-1752 Fix NumberFormatException when reading json timestamp type in benchmark
- ORC-1753 Use Avro 1.12.0 in bench module
The build and dependency changes: