You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by wz...@apache.org on 2021/11/12 18:07:29 UTC

[impala] 01/02: IMPALA-11004 (part 2): Upgrade glog library for Impala

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

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

commit b3dfc8ff8cff89cd0af049a889a31b6fe010195e
Author: wzhou-code <wz...@cloudera.com>
AuthorDate: Sat Oct 16 11:07:00 2021 -0700

    IMPALA-11004 (part 2): Upgrade glog library for Impala
    
    This patch bump up version of third-party library glog to 0.3.5.
    
    Testing:
     - Passed core DEBUG build and exhaustive DEBUG build.
     - Passed core ASAN build.
    
    Change-Id: Ic57ebb2f75f5bdb223d6e3f6b4de4f2ebaac68de
    Reviewed-on: http://gerrit.cloudera.org:8080/17951
    Reviewed-by: Joe McDonnell <jo...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 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 d9d9fb3..171fd7b 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -68,7 +68,7 @@ fi
 # 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=47-5e0072f1e0
+export IMPALA_TOOLCHAIN_BUILD_ID=55-77e9adb973
 # Versions of toolchain dependencies.
 # -----------------------------------
 export IMPALA_AVRO_VERSION=1.7.4-p5
@@ -99,7 +99,7 @@ export IMPALA_GDB_VERSION=7.9.1-p1
 unset IMPALA_GDB_URL
 export IMPALA_GFLAGS_VERSION=2.2.0-p2
 unset IMPALA_GFLAGS_URL
-export IMPALA_GLOG_VERSION=0.3.4-p3
+export IMPALA_GLOG_VERSION=0.3.5-p3
 unset IMPALA_GLOG_URL
 export IMPALA_GPERFTOOLS_VERSION=2.5-p4
 unset IMPALA_GPERFTOOLS_URL