apache / incubator-xtable

Apache XTable (incubating) is a cross-table converter for lakehouse table formats that facilitates interoperability across data processing systems and query engines.
https://xtable.apache.org/
Apache License 2.0
919 stars 147 forks source link

xtable-core pom has a hardcoded scala version for jackson-module-scala #530

Closed pjfanning closed 2 months ago

pjfanning commented 2 months ago

Feature Request / Improvement

https://repository.apache.org/content/groups/staging/org/apache/xtable/xtable-core/0.1.0-incubating/xtable-core-0.1.0-incubating.pom

scala.version.prefix is used for other jars but you have jackson-module-scala_2.12 as an explicit dependency.

Are you willing to submit PR?

Code of Conduct

rangareddy commented 2 months ago

Hi @pjfanning

I will work on this issue

rangareddy commented 2 months ago

Raised pull request 537