Kotlin / kotlin-spark-api

This projects gives Kotlin bindings and several extensions for Apache Spark. We are looking to have this as a part of Apache Spark 3.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support Spark 3.2.0 and other patch-versions

Jolanrensen opened this issue · comments

Currently only the latest Spark 3.x.y versions are supported.
KotlinReflection.scala is incompatible with other spark versions than its exact own.
We need to set up a plan to (probably) be able to release all versions that users might want.
I expect that say 3.2.1 and 3.2.0 will work without any code change except for the version number. 3.1.x and 3.2.y will require some code change, so we can still keep separate branches for that.

Also, Apache also has Scala 2.13 support for Spark, not sure if we also need to support that and all versions...

Yes we do and yes we will :) Was a large job but #168 is gonna take care of it all