[SPARK-54597][BUILD][FOLLOW-UP] Explicitly exclude org.lz4:lz4-java in SBT build#53556
[SPARK-54597][BUILD][FOLLOW-UP] Explicitly exclude org.lz4:lz4-java in SBT build#53556HyukjinKwon wants to merge 1 commit intoapache:masterfrom
org.lz4:lz4-java in SBT build#53556Conversation
Oh, it's 1.8 instead of 1.10, isn't it?
|
@HyukjinKwon Are you sure that SBT doesn't need
|
|
How about overriding |
|
For me, |
|
Ah,
spark/connector/kafka-0-10/pom.xml Line 77 in d0fbb15 It's strange that Anyway, if it's difficult to override |
|
Oh, right.
|
|
Let me merge this to help the release manager. Hopefully, it may recover the CI. |
org.lz4:lz4-java in SBT build
|
Merged to master for Apache Spark 4.2.0. |
|
Thank you, @HyukjinKwon and @sarutak . |
|
Finally the CI seems recovered. |
|
Wow thanks guys! |
What changes were proposed in this pull request?
This PR is a followup of #53327 that explicitly exclude lz4-java in SBT build.
Why are the changes needed?
For some reasons, SBT still tries to look for it:
which seems breaking the release build https://github.com/apache/spark/actions/workflows/release.yml
Does this PR introduce any user-facing change?
No.
How was this patch tested?
I cannot reproduce properly in my local. This is the fix assuming from the log. I will monitor the build.
Was this patch authored or co-authored using generative AI tooling?
No.