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

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

commit 5ea4dc342ef111e6c61077bf7d745e66d9bcb04a
Author: Zoltan Borok-Nagy <[email protected]>
AuthorDate: Mon Nov 17 16:06:58 2025 +0100

    IMPALA-14565: Update Apache component versions after CDP_BUILD_NUMBER bump 
to 71942734
    
    CDP_BUILD_NUMBER was bumped to 71942734 which upgraded Iceberg to
    version 1.5.2. We should update our Apache component dependencies
    (not just Iceberg) accordingly.
    
    Change-Id: Ic353bbef64a59365b708a20bd0d5ed502cb6d44e
    Reviewed-on: http://gerrit.cloudera.org:8080/23678
    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 ba64d0332..5b05b0104 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -258,12 +258,12 @@ export CDP_TEZ_VERSION=0.9.1.7.3.1.500-182
 # Ref: https://infra.apache.org/release-download-pages.html#closer
 : ${APACHE_MIRROR:="https://www.apache.org/dyn/closer.cgi"}
 export APACHE_MIRROR
-export APACHE_AVRO_JAVA_VERSION=1.8.2
+export APACHE_AVRO_JAVA_VERSION=1.11.1
 export APACHE_HADOOP_VERSION=3.4.1
 export APACHE_HBASE_VERSION=2.6.0
-export APACHE_ICEBERG_VERSION=1.4.3
-export APACHE_KNOX_VERSION=1.6.1
-export APACHE_ORC_JAVA_VERSION=1.7.6
+export APACHE_ICEBERG_VERSION=1.5.2
+export APACHE_KNOX_VERSION=2.0.0
+export APACHE_ORC_JAVA_VERSION=1.8.3
 export APACHE_PARQUET_VERSION=1.12.3
 export APACHE_RANGER_VERSION=2.4.0
 export APACHE_TEZ_VERSION=0.10.2

Reply via email to