You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by mi...@apache.org on 2023/09/22 19:18:15 UTC

[impala] branch branch-4.3.0 updated: Update 4.3.0 RC hash for revert

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

michaelsmith pushed a commit to branch branch-4.3.0
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/branch-4.3.0 by this push:
     new 14bb13e67 Update 4.3.0 RC hash for revert
14bb13e67 is described below

commit 14bb13e67e48742df72f9e1dd73be15ec7ba31bd
Author: Michael Smith <mi...@cloudera.com>
AuthorDate: Fri Sep 22 12:17:13 2023 -0700

    Update 4.3.0 RC hash for revert
    
    Updates the save-version.sh hash for the last revert commit.
    
    Change-Id: Icdf9a96c1a8dfc368baab26a0e116b81061bd218
---
 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 364f14d45..cb8fabaa6 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -25,7 +25,7 @@ VERSION=${IMPALA_VERSION}
 GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
 if [ -z $GIT_HASH ]
 then
-  GIT_HASH=6f9a7622ed42538591c4268aa0444acbe972d304
+  GIT_HASH=056a9cc26f40cd491b52f5fa80d73646680ac13e
 fi
 
 BUILD_TIME=`date`