YangJie
YangJie
Merged into master. Thanks @xu20160924 and @pan3793
This looks like a bug fix? @tedyu @panbingkun Will it be continued? @tedyu BTW, please file a Jira for this, as it doesn't seem to be a minor issue. Thanks
Merged into branch-4.0. Thanks @pan3793 @dongjoon-hyun and @peter-toth
It seems that the fix for CVE‐2025‐12183 wasn't implemented until version 1.8.1, but Spark is still using version 1.8.0. https://github.com/yawkat/lz4-java/releases
we need change to use ``` at.yawk.lz4 lz4-java 1.10.0 ``` https://repo.maven.apache.org/maven2/at/yawk/lz4/lz4-java/ 
Thanks @dongjoon-hyun
> In addition, Apple Silicon benchmark result is quite misleading because it's not the same Server-side result. That's one of the reasons why Apache Spark community decided to run on...
@wangyum @George314159 ```scala val benchmark = new Benchmark("Benchmark Map", size, minNumIters = 30) benchmark.addCase("HashMap") { _ => keys.foreach { key => map1.getOrElseUpdate(key, new Object()) } } ``` Is this benchmark...
Is this one ready to go?
> > Is this one ready to go? > > @LuciferYang See @dongjoon-hyun's comment: " We can merge your benchmark suite before @George314159 's PR. Then, compare the result before...