Kotlin Spark Api Versions Save

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

v1.2.4

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Kotlin/kotlin-spark-api/compare/1.2.3...v1.2.4

1.2.3

1 year ago

Adds Java 8 support https://github.com/Kotlin/kotlin-spark-api/pull/189 requested by https://github.com/Kotlin/kotlin-spark-api/issues/186, https://github.com/Kotlin/kotlin-spark-api/issues/183, https://github.com/Kotlin/kotlin-spark-api/issues/190. All modules except jupyter now target Java (1.)8 and should be compatible with Java (1.)8 servers. Let us know if you have any issues with it!

1.2.2

1 year ago

1.2.1

1 year ago

What's Changed

Full Changelog: https://github.com/Kotlin/kotlin-spark-api/milestone/10?closed=1.

Get it

Maven Central: https://search.maven.org/artifact/org.jetbrains.kotlinx.spark/kotlin-spark-api_3.3.0_2.13/1.2.1/jar.

For other Spark- and Scala versions, follow the naming scheme.

Read more

Blog post: Coming soon!

3.2-1.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/Kotlin/kotlin-spark-api/compare/kotlin-spark-3.2-1.0.3...3.2-1.1.0

Get it

Maven Central: https://search.maven.org/artifact/org.jetbrains.kotlinx.spark/kotlin-spark-api-3.2/1.1.0/jar

Read more

Blog post: https://blog.jetbrains.com/big-data-tools/2022/05/26/kotlin-api-for-apache-spark-streaming-jupyter-and-more/

3.1-1.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/Kotlin/kotlin-spark-api/compare/kotlin-spark-3.2-1.0.3...3.1-1.1.0

Get it

Maven Central: https://search.maven.org/artifact/org.jetbrains.kotlinx.spark/kotlin-spark-api-3.1/1.1.0/jar

Read more

Blog post: https://blog.jetbrains.com/big-data-tools/2022/05/26/kotlin-api-for-apache-spark-streaming-jupyter-and-more/

3.0-1.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/Kotlin/kotlin-spark-api/compare/kotlin-spark-3.2-1.0.3...3.0-1.1.0

Get it

Maven Central: https://search.maven.org/artifact/org.jetbrains.kotlinx.spark/kotlin-spark-api-3.0/1.1.0/jar

Read more

Blog post: https://blog.jetbrains.com/big-data-tools/2022/05/26/kotlin-api-for-apache-spark-streaming-jupyter-and-more/

kotlin-spark-3.2-1.0.3

2 years ago

Bug Fixes

  • Adds test for nullable properties in data classes
  • Start to fix array of generics support
  • Adds support for List<Map> and List<List> and relative structures
  • Struct type for nullable field
  • Perform fixes in README.md (#113)

Build

  • Updates build.yml

Documentation

  • Fixes name of spark-3 API in README

Features

  • UDF support
  • Better selectTyped behavior
  • Spark 3.2 support

Miscellaneous Tasks

  • Updates Kotlin to 1.5.30

1.0.1

2 years ago

Accidentally 1.0.0 release had no content, this release contains content, release to maven central with version 1.0.1

No other changes