sarutak commented on PR #53556:
URL: https://github.com/apache/spark/pull/53556#issuecomment-3680417321

   `streaming-kafka-0-10` seems to depend on `lz4-java:1.8.0` for test.
   
   ```
   $ build/sbt Test/dependencyTree
   
   [info] org.apache.spark:spark-streaming-kafka-0-10_2.13:4.2.0-SNAPSHOT [S]
   
   ...
   
   [info]   +-org.apache.kafka:kafka-clients:3.9.1
   [info]   | +-com.github.luben:zstd-jni:1.5.6-4 (evicted by: 1.5.7-6)
   [info]   | +-com.github.luben:zstd-jni:1.5.7-6
   [info]   | +-org.lz4:lz4-java:1.8.0
   ```
   
   How about overriding `lz4-java` 
[here](https://github.com/apache/spark/blob/d0fbb15bbc98798473ba842dcfc2dec601a7a376/project/SparkBuild.scala#L1185)
 rather than excluding it?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to