The ORC team is excited to announce the release of ORC v1.7.5.
- Released: 16 June 2022
- Source code: orc-1.7.5.tar.gz
- GPG Signature signed by William Hyun (DECDFA29)
- Git tag: rel/release-1.7.5
- Maven Central: ORC 1.7.5
- SHA 256: b90cae5853e3ea0e…
- Fixed issues: ORC-1.7.5
The bug fixes:
- ORC-1151 Fix ColumnWriter for non-UTC Timestamp columns
- ORC-1160 Fix seekToRow can’t seek within selected row group
- ORC-1133 Fix csv-import tool options
- ORC-1183 Upgrade gson to 2.9.0
- ORC-1186 Limit
family
inaarch64
profile - ORC-1188 Fix
ORC_PREFER_STATIC_ZLIB
The improvements:
- ORC-1198 Add a new
PhysicalFsWriter
constructor withFSDataOutputStream
parameter - ORC-1199 Use Google mirror of Maven Central as the primary
The test changes:
- ORC-1155 Add Ubuntu 22.04 to docker tests
- ORC-1154 Bump hive.version from 3.1.2 to 3.1.3
- ORC-1161 Add MacOS 12 and remove MacOS 10
- ORC-1174 Add
Ubuntu 22.04
to GitHub Action - ORC-1182 Use
slf4j-simple
instead of deprecatedslf4j-log4j12
- ORC-1184 Use Hadoop 3.3.3 in benchmark module
- ORC-1189 Update
README.md
andhelp
command message inbenchmark
module and.gitignore
- ORC-1190 Fix
ORCWriterBenchMark
dumpDir
initialization - ORC-1191 Updated TLC Taxi Benchmark Dataset
- ORC-1192 Use
orc.zstd
instead oforc.none
- ORC-1196 Add Spark benchmark integration tests to GHA
- ORC-1201 Remove
Debian 9
from Docker Tests
The documentation changes:
- Add ASF verification instruction link