Looking at the pom.xml and the release notes, it appears that version 0.2.1 supports Spark 2.4.x+ and Spark 3.x? With Scala 2.11. Is that correct?
This section of the README is misleading if so:
Version 0.1.x is based on Spark 2.3.
Version 0.2.x is based on Spark 3.0.
Given that Spark 3.0 also runs on Scala 2.12, is there likely to be a version released to bintray or maven central for 2.12? I realise that I can also build my own jar, I am just curious. Could we also not modify the pom.xml to publish for both 2.11 and 2.12?
Looking at the pom.xml and the release notes, it appears that version
0.2.1supports Spark 2.4.x+ and Spark 3.x? With Scala 2.11. Is that correct?This section of the README is misleading if so:
Given that Spark 3.0 also runs on Scala 2.12, is there likely to be a version released to bintray or maven central for 2.12? I realise that I can also build my own jar, I am just curious. Could we also not modify the pom.xml to publish for both 2.11 and 2.12?