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

Amar3tto pushed a commit to branch fix-sparkreceiver-perf
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-sparkreceiver-perf by this 
push:
     new 586ea179244 Fix lz4-java
586ea179244 is described below

commit 586ea179244e468c4fd75066638e229566f9f95e
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Jul 23 12:44:49 2026 +0400

    Fix lz4-java
---
 sdks/java/io/hadoop-format/build.gradle | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sdks/java/io/hadoop-format/build.gradle 
b/sdks/java/io/hadoop-format/build.gradle
index 83dfcf22d86..1ee8626b08f 100644
--- a/sdks/java/io/hadoop-format/build.gradle
+++ b/sdks/java/io/hadoop-format/build.gradle
@@ -51,6 +51,12 @@ configurations.testRuntimeClasspath {
   resolutionStrategy.force 'org.yaml:snakeyaml:1.33'
 }
 
+configurations.configureEach {
+  resolutionStrategy.capabilitiesResolution.withCapability("org.lz4:lz4-java") 
{
+    select("at.yawk.lz4:lz4-java:1.10.2")
+  }
+}
+
 dependencies {
   implementation project(path: ":sdks:java:core", configuration: "shadow")
   implementation library.java.vendored_guava_32_1_2_jre

Reply via email to