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 cf2d7289fb53660acc37595aada7ff4c2071de04 Author: yx91490 <[email protected]> AuthorDate: Sat Oct 8 06:45:14 2022 +0000 IMPALA-11630: Update COS version Update COS version to 3.1.0-8.0.8 to make it compatible with hadoop version 3.1.1.7.2.16.0-164. Testing: - Manually create | insert data to | query data from | drop an iceberg table stored on Tencent COS FileSystem. Change-Id: I13385ed4843af2061366c7b656cb6a2f85c0c9d3 Reviewed-on: http://gerrit.cloudera.org:8080/19111 Reviewed-by: Impala Public Jenkins <[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 151f4b4b8..4aef3bcf7 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -224,7 +224,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.7.6 -export IMPALA_COS_VERSION=3.1.0-5.9.3 +export IMPALA_COS_VERSION=3.1.0-8.0.8 # When Impala is building docker images on Redhat-based distributions, # it is useful to be able to customize the base image. Some users will
