Quanlong Huang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19219 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/19219 Reviewed-by: Michael Smith <[email protected]> Tested-by: Quanlong Huang <[email protected]> --- 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(-) Approvals: Michael Smith: Looks good to me, approved Quanlong Huang: Verified -- 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: merged Gerrit-Change-Id: I6b47bb1370fe8a9b1a6d48d54fe629ebed395cde Gerrit-Change-Number: 19219 Gerrit-PatchSet: 3 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
