hudi-bot opened a new issue, #16628: URL: https://github.com/apache/hudi/issues/16628
https://mvnrepository.com/artifact/org.apache.hudi/hudi-spark-client/1.0.0-beta2 hudi-spark-client depends on scala-collections-compat and Apache Spark jars that are built for Scala 2.12. Ideally, to follow Scala jar naming norms, you should have hudi-spark-client_2.12.jar for Scala 2.12 users and hudi-spark-client_2.13.jar for Scala 2.13 users. You already add the Scala version suffix to some other Hudi jars. This is another one that looks like it should have a _2.12 suffix in the name. https://mvnrepository.com/artifact/org.apache.hudi/hudi-spark3-common/1.0.0-beta2 If you look at hudi-spark3.5.x_2.13, it has a dependency on hudi-spark-client and it has Scala 2.12 dependencies. This is likely to cause a real complications for users. https://repo1.maven.org/maven2/org/apache/hudi/hudi-spark3.5.x_2.13/1.0.0-beta2/hudi-spark3.5.x_2.13-1.0.0-beta2.pom ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8233 - Type: Task - Fix version(s): - 1.1.0 -- 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]
