This is an automated email from the ASF dual-hosted git repository.

joemcdonnell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new a2e4463fb IMPALA-14471: Bump up KUDU_VERSION to pick up complex types
a2e4463fb is described below

commit a2e4463fbc93ce12086de50000740b9573f2da30
Author: Riza Suminto <[email protected]>
AuthorDate: Wed Oct 1 20:27:38 2025 -0700

    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 <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
    Reviewed-by: Joe McDonnell <[email protected]>
---
 bin/impala-config.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index c11619361..6ac9858d1 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -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

Reply via email to