https://github.com/apache/spark
Revision bd79706a25ffe3e937964c56037313c1a7de752d authored by William Hyun on 18 August 2022, 20:00:20 UTC, committed by Dongjoon Hyun on 18 August 2022, 20:01:03 UTC
This PR aims to update ORC to 1.7.6.

This will bring the latest changes and bug fixes.

https://github.com/apache/orc/releases/tag/v1.7.6

- ORC-1204: ORC MapReduce writer to flush when long arrays
- ORC-1205: `nextVector` should invoke `ensureSize` when reusing vectors
- ORC-1215: Remove a wrong `NotNull` annotation on `value` of `setAttribute`
- ORC-1222: Upgrade `tools.hadoop.version` to 2.10.2
- ORC-1227: Use `Constructor.newInstance` instead of `Class.newInstance`
- ORC-1228: Fix `setAttribute` to handle null value

No.

Pass the CIs.

Closes #37563 from williamhyun/ORC-176.

Authored-by: William Hyun <william@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit a1a049f01986c15e50a2f76d1fa8538ca3b6307e)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent e1c5f90
History
Tip revision: bd79706a25ffe3e937964c56037313c1a7de752d authored by William Hyun on 18 August 2022, 20:00:20 UTC
[SPARK-40134][BUILD] Update ORC to 1.7.6
Tip revision: bd79706
File Mode Size
src
pom.xml -rw-r--r-- 10.6 KB

back to top