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
commit 4bb705e7ca70dd38fdf97d43a44957fdca809ca5 Author: stiga-huang <[email protected]> AuthorDate: Thu Jun 22 16:08:43 2023 +0800 IMPALA-12223: Bump thrift to 0.16.0-p5 to fix THRIFT-5716 This bumps the toolchain version to add the fix of THRIFT-5716 which causes coordinator crashes in serializing large profiles. Tests: - Verified the build on Ubuntu18 and the recently supported Ubuntu22 and Redhat9. Change-Id: I2b07843778b160f914d9250c3d1066c09056c198 Reviewed-on: http://gerrit.cloudera.org:8080/20107 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- bin/impala-config.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 778f7b9ca..d6b7715f0 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -81,7 +81,7 @@ export USE_APACHE_HIVE=${USE_APACHE_HIVE-false} # 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=320-33e177225e +export IMPALA_TOOLCHAIN_BUILD_ID=324-bb64c6ed91 # Versions of toolchain dependencies. # ----------------------------------- export IMPALA_AVRO_VERSION=1.7.4-p5 @@ -184,7 +184,7 @@ unset IMPALA_CALLONCEHACK_URL # If upgrading IMPALA_THRIFT_PY_VERSION, remember to also upgrade thrift version in # shell/ext-py and shell/packaging/requirements.txt. IMPALA_THRIFT_PY_VERSION is used # with Impyla and for the thrift compiler. -export IMPALA_THRIFT_CPP_VERSION=0.16.0-p4 +export IMPALA_THRIFT_CPP_VERSION=0.16.0-p5 unset IMPALA_THRIFT_CPP_URL if $USE_APACHE_HIVE; then # Apache Hive 3 clients can't run on thrift versions >= 0.14 (IMPALA-11801) @@ -192,10 +192,10 @@ if $USE_APACHE_HIVE; then export IMPALA_THRIFT_JAVA_VERSION=${IMPALA_THRIFT_POM_VERSION}-p5 else export IMPALA_THRIFT_POM_VERSION=0.16.0 - export IMPALA_THRIFT_JAVA_VERSION=${IMPALA_THRIFT_POM_VERSION}-p4 + export IMPALA_THRIFT_JAVA_VERSION=${IMPALA_THRIFT_POM_VERSION}-p5 fi unset IMPALA_THRIFT_JAVA_URL -export IMPALA_THRIFT_PY_VERSION=0.16.0-p4 +export IMPALA_THRIFT_PY_VERSION=0.16.0-p5 unset IMPALA_THRIFT_PY_URL # Find system python versions for testing
