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

Rdd related helpers #132

Closed Jolanrensen closed 2 years ago

Jolanrensen commented 2 years ago

adds sc: JavaSparkSession to KSparkSession

adds (Java)RDD.toDS() functions

includes tests

Jolanrensen commented 2 years ago

So, can I merge it? :) @asm0dey

asm0dey commented 2 years ago

You will hate me, @Jolanrensen, but I've added more comments :)

Jolanrensen commented 2 years ago

Haha they're always welcome ;)

Jolanrensen commented 2 years ago

Alright, after this is done checking I'll merge it.