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
Apache License 2.0
456 stars 34 forks source link

Rewrote product encoding to support scala case classes #147

Closed Jolanrensen closed 2 years ago

Jolanrensen commented 2 years ago

as discovered in https://github.com/JetBrains/kotlin-spark-api/issues/146

Jolanrensen commented 2 years ago

All case classes seem to work apart from Option (https://github.com/JetBrains/kotlin-spark-api/issues/150)