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
455 stars 34 forks source link

Set Jupyter version to Java 8 #200

Closed Jolanrensen closed 1 year ago

Jolanrensen commented 1 year ago

Fixes https://github.com/Kotlin/kotlin-spark-api/issues/199.

Seems that the Kotlin Jupyter API has been updated to support Java 8 since the last time I checked :) This PR makes it so our integration module is downgraded to Java 8 as well.