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

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

commit 3475e6b506a26f446aa598a758939407b3e0bb43
Author: jfehr <[email protected]>
AuthorDate: Wed Jun 18 12:31:20 2025 -0700

    IMPALA-13235: Consume Latest Toolchain Builds
    
    Switches to the toolchain builds that contain the
    OpenTelemetry C++ SDK.
    
    Change-Id: I9b844c27e5b732055a38613f03a1546b3d4491cc
    Reviewed-on: http://gerrit.cloudera.org:8080/23046
    Reviewed-by: gaurav singh <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
    Reviewed-by: Riza Suminto <[email protected]>
---
 bin/impala-config.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 7dfe5f801..20e46d83c 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -81,8 +81,8 @@ 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=99-d08347ae22
-export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=532-d08347ae22
+export IMPALA_TOOLCHAIN_BUILD_ID_AARCH64=108-a38e3142e7
+export IMPALA_TOOLCHAIN_BUILD_ID_X86_64=541-a38e3142e7
 export IMPALA_TOOLCHAIN_REPO=\
 ${IMPALA_TOOLCHAIN_REPO:-https://github.com/cloudera/native-toolchain.git}
 export IMPALA_TOOLCHAIN_BRANCH=${IMPALA_TOOLCHAIN_BRANCH:-master}

Reply via email to