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 ce4fdbb8391c5dcc38e2d02beaff990d32b7e8c2 Author: stiga-huang <[email protected]> AuthorDate: Tue Sep 6 13:56:54 2022 +0800 IMPALA-11554: Bump ORC Java version to 1.7.6 This bumps the ORC java version to be 1.7.6 so it's consistent with the C++ version (1.7.0-p14) used in BE. Change-Id: I9caa01889de674747137a541a8ce8946f6ac1668 Reviewed-on: http://gerrit.cloudera.org:8080/18942 Reviewed-by: Wenzhe Zhou <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- bin/impala-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 353cee20d..75ea97525 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -223,7 +223,7 @@ export ARCH_NAME=$(uname -p) export IMPALA_HUDI_VERSION=0.5.0-incubating export IMPALA_KITE_VERSION=1.1.0 -export IMPALA_ORC_JAVA_VERSION=1.6.2 +export IMPALA_ORC_JAVA_VERSION=1.7.6 export IMPALA_COS_VERSION=3.1.0-5.9.3 # When IMPALA_(CDP_COMPONENT)_URL are overridden, they may contain '$(platform_label)'
