From cafe5fa2c851dcc3a8f88460fdd5a0b27e7ebe6c Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Thu, 5 Mar 2026 12:51:39 +0800 Subject: [PATCH] Build: Bump lz4-java 1.10.4 Iceberg switched to `at.yawk.lz4:lz4-java` group for security reasons, but it unintentionally introduced performance regression. https://github.com/yawkat/lz4-java/releases/tag/v1.10.4 > These changes attempt to fix the native performance regression in 1.9+. They should have no functional or security impact. See the benchmark reports in Celeborn and Spark projects - CELEBORN-2218 / https://github.com/apache/celeborn/pull/3555 - SPARK-55803 / https://github.com/apache/spark/pull/54585 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5d3e779d7fdc..6d0091ce5fab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -72,7 +72,7 @@ junit-platform = "1.14.3" junit-pioneer = "2.3.0" kafka = "3.9.2" kryo-shaded = "4.0.3" -lz4Java = "1.10.3" +lz4Java = "1.10.4" microprofile-openapi-api = "3.1.2" mockito = "4.11.0" mockserver = "5.15.0"