Closed rangareddy closed 1 month ago
Let's suffix the Scala version (2.12) to the jar name as suggested by @pjfanning https://github.com/apache/incubator-xtable/issues/529#issuecomment-2358231091
@pjfanning Can you review if things look okay ? This is the last release blocker for 0.2.0.
@rangareddy Let's squash before merging.
Important Read
This pull request aims to address issues #529
What is the purpose of the pull request
To support building the xtable with multiple scala versions i.e 2.12 and 2.13.
Brief change log
Verify this pull request
Run
$ mvn clean install -DskipTests -U
locally.Note: Hudi does not yet support Scala 2.13 jars, so the scala-2.13 profile is commented out. Once Hudi supports Scala 2.13, we can use the following command to build xtable with Scala 2.13.
References