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
The following commit(s) were added to refs/heads/master by this push:
new 935a5e2b8 IMPALA-14134: Switch to newer versions of zlib / cloudflare
zlib
935a5e2b8 is described below
commit 935a5e2b8d88e1ef829652eee50a737487cddf46
Author: Joe McDonnell <[email protected]>
AuthorDate: Fri Jun 6 14:43:39 2025 -0700
IMPALA-14134: Switch to newer versions of zlib / cloudflare zlib
This moves from zlib 1.2.13 to zlib 1.3.1 and bumps cloudflare
zlib to a newer version. This does not require any update to the
toolchain, because these newer versions were already present.
Testing:
- Ran a perf-AB-test with no major difference in performance
Change-Id: I09ec358ea49198485d53e85eae7d0b61beac3308
Reviewed-on: http://gerrit.cloudera.org:8080/22993
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Michael Smith <[email protected]>
---
bin/impala-config.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 7f8e1ae97..aa73a2904 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -195,9 +195,9 @@ export IMPALA_TPC_DS_VERSION=2.1.0-p1
unset IMPALA_TPC_DS_URL
export IMPALA_TPC_H_VERSION=2.17.0
unset IMPALA_TPC_H_URL
-export IMPALA_ZLIB_VERSION=1.2.13
+export IMPALA_ZLIB_VERSION=1.3.1
unset IMPALA_ZLIB_URL
-export IMPALA_CLOUDFLAREZLIB_VERSION=9e601a3f37
+export IMPALA_CLOUDFLAREZLIB_VERSION=7aa510344e
unset IMPALA_CLOUDFLAREZLIB_URL
export IMPALA_CALLONCEHACK_VERSION=1.0.0
unset IMPALA_CALLONCEHACK_URL