sarutak commented on PR #53556: URL: https://github.com/apache/spark/pull/53556#issuecomment-3680542288
Ah, `lz4-java` 1.8.0 and `1.10.0` have different groupId right? So, it may be difficult to override. `lz4-java` seems intended to be excluded from `kafka-clients`. https://github.com/apache/spark/blob/d0fbb15bbc98798473ba842dcfc2dec601a7a376/connector/kafka-0-10/pom.xml#L77 It's strange that `lz4-java:1.8.0` appears with `build/sbt Test/dependencyTree` while it doesn't appear with `build/sbt dependencyTree`. Anyway, if it's difficult to override `lz4-java`, how about excluding it from `streaming-kafka-0-10` for SBT? -- 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]
