This is an automated email from the ASF dual-hosted git repository. michaelsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit 0e0e56e7915dc6dd1908d82a4cc8904e1990d7e9 Author: Pranav Lodha <[email protected]> AuthorDate: Fri Mar 13 17:34:21 2026 +0530 IMPALA-14835: Upgrade aircompressor to 2.0.3 This patch upgrades aircompressor to 2.0.3 similar to other components to tackle CVE-2025-67721. Change-Id: I70aa726a4bc472ac49b70755519b519e5d317b1b Reviewed-on: http://gerrit.cloudera.org:8080/24100 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 074e1c14d..0eaf8eb89 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -297,7 +297,7 @@ export IMPALA_VELOCITY_ENGINE_CORE_VERSION=2.4.1 export IMPALA_OBS_VERSION=3.1.1-hw-42 export IMPALA_DBCP2_VERSION=2.12.0 export IMPALA_DROPWIZARD_METRICS_VERSION=4.2.26 -export IMPALA_AIRCOMPRESSOR_VERSION=0.27 +export IMPALA_AIRCOMPRESSOR_VERSION=2.0.3 export IMPALA_DATASKETCHES_VERSION=6.0.0 export IMPALA_PAIMON_VERSION=1.3.1 # When Impala is building docker images on Redhat-based distributions,
