Skip to content

Releases: Kotlin/kotlin-spark-api

1.2.4 (Spark up to 3.3.2, Java 8 in Jupyter notebooks)

25 Jul 15:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.3...v1.2.4

1.2.3 (Java 8+, Spark 3.0.0 up to 3.3.1)

05 Jan 12:58
ae28e64
Compare
Choose a tag to compare

Adds Java 8 support #189 requested by #186, #183, #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 (Spark 3.0.0 up to 3.3.1)

01 Dec 14:47
fd3299b
Compare
Choose a tag to compare
  • Added BigInteger support in #182 thanks to #181
  • New Spark versions: 3.2.3, 3.3.1, 3.2.2
  • New Scala versions: 2.12.17, 2.13.10
  • Updated Kotlin to 1.7.20
  • Small bugfix regarding Map encoding

1.2.1 (Spark 3.0.0 up to 3.3.0)

02 Aug 13:00
Compare
Choose a tag to compare

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!

1.1.0 (Spark 3.2)

30 May 11:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 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/

1.1.0 (Spark 3.1)

30 May 11:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 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/

1.1.0 (Spark 3.0)

30 May 11:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 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/

1.0.3 (Spark 3.2 support)

19 Jan 18:42
Compare
Choose a tag to compare

Bug Fixes

  • Adds test for nullable properties in data classes
  • Start to fix array of generics support
  • Adds support for List and 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.2

20 Jul 07:35
f6e8571
Compare
Choose a tag to compare

Features

  • Added support for enums (a888ea4)

Bug

  • adds reduceK function to avoid resolution ambiguity for reduce (72fb5ea)
  • fixes invalid package name kotlinx → kotlinx (8e7523a)

CI

1.0.1

29 Jun 10:53
Compare
Choose a tag to compare

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

No other changes