mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
The patch bumped up the arrow version to 15.0.0 and use latest toolchain to fix the arrow jni loading issue for linux on aarch64 environment. Background: We have fixed jni loading issue for aarch64 environment from native toolchain side in IMPALA-14609. We also need to bump up arrow version to 15.0.0 and use the toolchain to fix the issue. Testing: Built new toolchain and pass paimon test in aarch64 environment. Change-Id: I7b8dd6ab43cf05b4339880ecec0d1f48e44ef294 Reviewed-on: http://gerrit.cloudera.org:8080/23756 Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Reviewed-by: Zoltan Borok-Nagy <boroknagyz@cloudera.com>