This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a commit to branch branch-3.4.2
in repository https://gitbox.apache.org/repos/asf/impala.git
The following commit(s) were added to refs/heads/branch-3.4.2 by this push:
new 8c53f574d Update GIT_HASH for version 3.4.2
8c53f574d is described below
commit 8c53f574d91ef8bd42e1eb979adee297604594e7
Author: stiga-huang <[email protected]>
AuthorDate: Fri Jun 14 15:21:21 2024 +0800
Update GIT_HASH for version 3.4.2
---
bin/save-version.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/save-version.sh b/bin/save-version.sh
index 375702463..f98baf8dc 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -22,7 +22,7 @@
# "-INTERNAL" appended. Parts of the code will look for this to distinguish
# between released and internal versions.
VERSION=${IMPALA_VERSION}
-GIT_HASH=eb1ed66fa435a722fa8c6a7c58ff53edc10c572e
+GIT_HASH=a5e5aa16d887faedee4eea1bc809fba41d758f5b
if [ -z $GIT_HASH ]
then
GIT_HASH="Could not obtain git hash"