Closed pjfanning closed 1 month ago
Hi @pjfanning / @vinishjail97
I attempted to implement this pull request, but encountered an incompatibility with Hudi and Scala 2.13. What are the recommended steps to proceed in this situation?
[ERROR] Failed to execute goal on project xtable-core: Could not resolve dependencies for project org.apache.xtable:xtable-core:jar:0.2.0-SNAPSHOT: Could not find artifact org.apache.hudi:hudi-spark3.4-bundle_2.13:jar:0.14.0 in Maven Central (https://repo.maven.apache.org/maven2) -> [Help 1]
Reference:
CC: @kywe665 @bhasudha
That can happen because of Spark and Scala version compatibility, can you share what were you trying to do ?
Apache Hudi open issues for Scala 2.13
https://github.com/apache/hudi/issues?q=is%3Aissue+is%3Aopen+scala+2.13
Feature Request / Improvement
I'm an IPMC member looking at your probably invalid 0.1.0 release. I noticed in your xtable-core pom that you have a dependency on jackson-module-scala_2.12 - what if you want to support Scala 2.13? The Scala norm is that you should release a jar called xtable-core_2.12 and then possibly also an xtable-core_2.13 jar.
https://repository.apache.org/content/groups/staging/org/apache/xtable/xtable-core/0.1.0-incubating/xtable-core-0.1.0-incubating.pom
Are you willing to submit PR?
Code of Conduct