Skip to content

Commit e656506

Browse files
authored
Update lz4-java from 1.10.2 to 1.10.4
ClickHouse Java Client switched to `at.yawk.lz4:lz4-java` 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 Apache Celeborn and Apache Spark projects - CELEBORN-2218 / apache/celeborn#3555 - SPARK-55803 / apache/spark#54585
1 parent b1cc01e commit e656506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<jctools.version>4.0.1</jctools.version>
9191
<opencensus.version>0.31.1</opencensus.version>
9292
<protobuf.version>3.23.4</protobuf.version>
93-
<lz4.version>1.10.2</lz4.version>
93+
<lz4.version>1.10.4</lz4.version>
9494
<msgpack.version>0.9.5</msgpack.version>
9595
<roaring-bitmap.version>1.0.6</roaring-bitmap.version>
9696
<slf4j.version>2.0.7</slf4j.version>

0 commit comments

Comments
 (0)