Zoltan Borok-Nagy has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/17342 )
Change subject: IMPALA-10674: Update toolchain ORC libary for better Iceberg
support
......................................................................
IMPALA-10674: Update toolchain ORC libary for better Iceberg support
We need the following fixes/features from the ORC library:
* ORC-763: Fix timestamp inconsistencies with Java
* ORC-784: Support setting timezone to timestamp column
* ORC-666: Support timastamp with local timezone (this corresponds
to the Iceberg TIMESTAMPTZ type)
* ORC-781: Make type annotations available from C++ (this is
needed for Iceberg column resolution via field ids)
This commit adds the above via formatted patches.
Testing:
* executed the tests of the ORC library
Change-Id: I72625f4bd6ff3e83ffaaa2c83d31b8ee29c0c35a
Reviewed-on: http://gerrit.cloudera.org:8080/17342
Reviewed-by: Csaba Ringhofer <[email protected]>
Tested-by: Zoltan Borok-Nagy <[email protected]>
---
M buildall.sh
A
source/orc/orc-1.6.2-patches/0008-ORC-763-C-Fix-ORC-timestamp-inconsistencies-with-Jav.patch
A
source/orc/orc-1.6.2-patches/0009-ORC-784-C-Support-setting-timezone-to-timestamp-colu.patch
A
source/orc/orc-1.6.2-patches/0010-ORC-666-C-Support-timestamp-with-local-timezone.patch
A
source/orc/orc-1.6.2-patches/0011-ORC-781-C-Make-type-annotations-available-from-C.patch
5 files changed, 1,516 insertions(+), 1 deletion(-)
Approvals:
Csaba Ringhofer: Looks good to me, approved
Zoltan Borok-Nagy: Verified
--
To view, visit http://gerrit.cloudera.org:8080/17342
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: native-toolchain
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I72625f4bd6ff3e83ffaaa2c83d31b8ee29c0c35a
Gerrit-Change-Number: 17342
Gerrit-PatchSet: 2
Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>