Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
763 stars 48 forks source link

Java 11? #700

Open Jolanrensen opened 1 month ago

Jolanrensen commented 1 month ago

The DataFrame library currently targets Java 8. This is to ensure the widest compatibility across the board and follow Kotlin/JVM itself. However, kotlin-jupyter, a key component for DataFrame, recently updated to Java 11, making it impossible to update it.

We have two options:

  1. Update to Java 11
  2. https://github.com/Kotlin/dataframe/issues/241
  3. (Convince @ileasile to downgrade again)

What should we do?

ileasile commented 1 month ago

BTW, kandy uses 11 for a year already https://github.com/Kotlin/kandy/commit/1f5d01ec4365f008ec33ea6e448c205fdba31489

Jolanrensen commented 1 month ago

https://youtrack.jetbrains.com/issue/KTNB-686