This is an automated email from the ASF dual-hosted git repository.
stigahuang 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 7b7e7709a IMPALA-14214: Correct IMPALA_TOOLCHAIN_COMMIT_HASH
7b7e7709a is described below
commit 7b7e7709aa0997b88b6c833757a380d837d84158
Author: jasonmfehr <[email protected]>
AuthorDate: Thu Jul 31 11:26:45 2025 -0700
IMPALA-14214: Correct IMPALA_TOOLCHAIN_COMMIT_HASH
Fixes the default value of the IMPALA_TOOLCHAIN_COMMIT_HASH
environment variable to be the correct hash.
Change-Id: I98824f363334a15e4f91c0b3f51fa09a5d15c241
Reviewed-on: http://gerrit.cloudera.org:8080/23233
Reviewed-by: Joe McDonnell <[email protected]>
Tested-by: Quanlong Huang <[email protected]>
---
bin/impala-config.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 51ac232fd..b50b458a7 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -87,7 +87,7 @@ 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-d08347ae225ff48bcdf25a6f31e9359a59999652}
+${IMPALA_TOOLCHAIN_COMMIT_HASH-7a2bc2334c55fc662bb45a9d4c77551bcc911271}
# Compare the build ref in build IDs by removing everything
up-to-and-including the
# first hyphen.
if [ "${IMPALA_TOOLCHAIN_BUILD_ID_AARCH64#*-}" \