You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2022/11/07 12:08:00 UTC

[jira] [Created] (IMPALA-11709) Bump Arrow version to 9.0.0-p2 for decimal support

Quanlong Huang created IMPALA-11709:
---------------------------------------

             Summary: Bump Arrow version to 9.0.0-p2 for decimal support
                 Key: IMPALA-11709
                 URL: https://issues.apache.org/jira/browse/IMPALA-11709
             Project: IMPALA
          Issue Type: Sub-task
            Reporter: Quanlong Huang
            Assignee: Quanlong Huang


The current Arrow version in native-toolchain is 4.0.0 which doesn't support reading decimal from JSON yet. The JSON decimal support is added since arrow-6.0.0.

Now the latest Arrow release is 10.0.0. However, it mandates C++ 17, which leads to compile errors with Impala (e.g. std::string_view undefined). So the highest version we can try is 9.0.0.

We also need these two fixes:

eec94ff40 ARROW-17847: [C++] Support unquoted decimal in JSON parser (#14242)
289e0c92d ARROW-17995: [C++] Fix json decimals not being rescaled based on the explicit schema (#14380)

So the version is 9.0.0-p2.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org