Hello Michael Smith,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19219
to look at the new patch set (#2).
Change subject: IMPALA-11709: Add Arrow 9.0.0-p2 to native-toolchain
......................................................................
IMPALA-11709: Add Arrow 9.0.0-p2 to native-toolchain
This patch adds Arrow 9.0.0 release along with the two following fixes
to native-toolchain:
ARROW-17847: [C++] Support unquoted decimal in JSON parser
ARROW-17995: [C++] Fix json decimals not being rescaled based on the
explicit schema
Note that the latest Arrow release is 10.0.0 which contains the two
fixes. However, Arrow 10.0.0 mandates C++ 17 (ARROW-17545), which leads
to compile errors with Impala (e.g. std::string_view undefined). So the
highest version we can try is 9.0.0.
Tests:
- Built locally
- Verified the build with Impala
Change-Id: I6b47bb1370fe8a9b1a6d48d54fe629ebed395cde
---
M buildall.sh
A
source/arrow/arrow-9.0.0-patches/0001-ARROW-17847-C-Support-unquoted-decimal-in-JSON-parse.patch
A
source/arrow/arrow-9.0.0-patches/0002-ARROW-17995-C-Fix-json-decimals-not-being-rescaled-b.patch
3 files changed, 469 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/native-toolchain
refs/changes/19/19219/2
--
To view, visit http://gerrit.cloudera.org:8080/19219
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: native-toolchain
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6b47bb1370fe8a9b1a6d48d54fe629ebed395cde
Gerrit-Change-Number: 19219
Gerrit-PatchSet: 2
Gerrit-Owner: Quanlong Huang <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>