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 35 forks source link

Add Extensions for creating the Scala-Java-Wrapper #72

Closed FelixEngl closed 3 years ago

FelixEngl commented 3 years ago

Hello Everyone,

it is just a simple Weapper for the JavaConversions Class.

It needs some unittests and a port to v3.0, i'll work on it around christmas.

In the meantime i would be glad if you could give me some feedback what it needs and how you would test these conversions.

asm0dey commented 3 years ago

Shouldn't it be implemented inside common module?

asm0dey commented 3 years ago

Also, I don't really think functions should be inline.

Jolanrensen commented 3 years ago

I think this can be closed now, since the functionality is merged :)

FelixEngl commented 3 years ago

I think this can be closed now, since the functionality is merged :)

Wonderful, sorry that i forgot to work on it. But at the moment i can't find the time for any "bigger" hobby programming project. ^^'

asm0dey commented 3 years ago

Thank y'all for your contributions!