The ORC team is excited to announce the release of ORC v2.1.3.
- Released: 9 July 2025
- Source code: orc-2.1.3.tar.gz
- GPG Signature signed by Dongjoon Hyun (34F0FC5C)
- Git tag: rel/release-2.1.3
- Maven Central: ORC 2.1.3
- SHA 256: 75f3a876eb520ec8…
- Fixed issues: ORC-2.1.3
The bug fixes:
- ORC-1898: When column is all null, NULL_SAFE_EQUALS pushdown doesn’t get evaluated correctly
- ORC-1929: Fix the Javadoc of
ZstdCodec.compress - ORC-1942: Fix
PhysicalFsWriterto changetempOptionsdirectly
The improvement changes:
- ORC-1931: Suppress Hadoop logs lower than ERROR level in
orc-tools
The test changes:
- ORC-1899 Upgrade Spark to 4.0.0 and Scala to 2.13.16
- ORC-1900 Upgrade Jackson to 2.18.2 in bench module
- ORC-1907 Upgrade
byte-buddyto 1.17.5 - ORC-1908 Add
--enable-native-access=ALL-UNNAMEDto Surefire argLine - ORC-1909 Remove unused test resource
log4j.propertiesfiles - ORC-1910 Add
-XX:+EnableDynamicAgentLoadingto Surefire argLine - ORC-1911 Update CIs to use
actions/checkout@v4consistently - ORC-1915 Remove
Fedora 35Support - ORC-1917 Add
TestConfinterface to centralize test configurations - ORC-1923 Remove
Windows 2019GitHub Action job - ORC-1943 Add
com.google.protobuf.use_unsafe_pre22_gencodeto Surefire testing - ORC-1944 Upgrade
spotbugsto 4.9.3 - ORC-1945 Update Python documentation with PyArrow 20.0.0 and Dask 2025.5.1
The build and dependency changes: