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
commit cbb6fa1cf2de5007751628677380a51f70052b53 Author: stiga-huang <[email protected]> AuthorDate: Mon Jun 17 06:18:42 2024 +0800 Update GIT_HASH for version 3.4.2 Change-Id: I354685e72a8835abbf2e102b7c8192416324a394 --- 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 f98baf8dc..8515863b8 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=a5e5aa16d887faedee4eea1bc809fba41d758f5b +GIT_HASH=dd62dd98b90f114cc0b1fbbce966a7194f30971a if [ -z $GIT_HASH ] then GIT_HASH="Could not obtain git hash"
