IMPALA-14471: Bump up KUDU_VERSION to pick up complex types

This patch update Impala toolchain Kudu to 16689973a
to pick up Kudu array column feature (KUDU-1261).

Change-Id: Ib151d4ea6852e8ba8ae92697bd6806a074e37159
Reviewed-on: http://gerrit.cloudera.org:8080/23492
Reviewed-by: Alexey Serbin <alexey@apache.org>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Reviewed-by: Joe McDonnell <joemcdonnell@cloudera.com>
This commit is contained in:
Riza Suminto
2025-10-01 20:27:38 -07:00
committed by Joe McDonnell
parent 17b3f9ee88
commit a2e4463fbc

View File

@@ -81,13 +81,13 @@ export USE_AVRO_CPP=${USE_AVRO_CPP:=false}
# moving to a different build of the toolchain, e.g. when a version is bumped or a
# compile option is changed. The build id can be found in the output of the toolchain
# build jobs, it is constructed from the build number and toolchain git hash prefix.
export IMPALA_TOOLCHAIN_BUILD_ID_AARCH64=136-7bb9bf4df2
export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=581-7bb9bf4df2
export IMPALA_TOOLCHAIN_BUILD_ID_AARCH64=138-2247a2b313
export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=584-2247a2b313
export IMPALA_TOOLCHAIN_REPO=\
${IMPALA_TOOLCHAIN_REPO:-https://github.com/cloudera/native-toolchain.git}
export IMPALA_TOOLCHAIN_BRANCH=${IMPALA_TOOLCHAIN_BRANCH:-master}
export IMPALA_TOOLCHAIN_COMMIT_HASH=\
${IMPALA_TOOLCHAIN_COMMIT_HASH-7bb9bf4df2f8d1acdfb64e226fb5e2b38dc89921}
${IMPALA_TOOLCHAIN_COMMIT_HASH-2247a2b3133afce6977455d98134d57fe36a5ad6}
# Compare the build ref in build IDs by removing everything up-to-and-including the
# first hyphen.
if [ "${IMPALA_TOOLCHAIN_BUILD_ID_AARCH64#*-}" \
@@ -1118,7 +1118,7 @@ fi
# overall build type) and does not apply when using a local Kudu build.
export USE_KUDU_DEBUG_BUILD=${USE_KUDU_DEBUG_BUILD-false}
export IMPALA_KUDU_VERSION=${IMPALA_KUDU_VERSION-"54f3bd31c"}
export IMPALA_KUDU_VERSION=${IMPALA_KUDU_VERSION-"16689973a"}
export IMPALA_KUDU_HOME=${IMPALA_TOOLCHAIN_PACKAGES_HOME}/kudu-$IMPALA_KUDU_VERSION
export IMPALA_KUDU_JAVA_HOME=\
${IMPALA_TOOLCHAIN_PACKAGES_HOME}/kudu-${IMPALA_KUDU_VERSION}/java