You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct artifact notation of the dependency in the pom.xml example (`kotlin-spark-api-3.0.0` → `kotlin-spark-api-3.0`)
Correct artifact notation of the dependency in the search query of Maven Central banner in 'Releases' section (`kotlin-spark-api-3.0.0` → `kotlin-spark-api-3.0`)
Correct version of artifact in Maven Central banner (`1.0.1` → `1.0.2`)
Insignificant fixup in link to the issue 'SPARK-32530'
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Kotlin for Apache® Spark™ [](https://search.maven.org/search?q=g:org.jetbrains.kotlinx.spark%20AND%20v:1.0.1)[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
1
+
# Kotlin for Apache® Spark™ [](https://search.maven.org/search?q=g:org.jetbrains.kotlinx.spark%20AND%20v:1.0.2)[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
2
2
3
3
4
4
Your next API to work with [Apache Spark](https://spark.apache.org/).
5
5
6
6
This project adds a missing layer of compatibility between [Kotlin](https://kotlinlang.org/) and [Apache Spark](https://spark.apache.org/).
7
7
It allows Kotlin developers to use familiar language features such as data classes, and lambda expressions as simple expressions in curly braces or method references.
8
8
9
-
We have opened a Spark Project Improvement Proposal: [Kotlin support for Apache Spark](http://issues.apache.org/jira/browse/SPARK-32530#) to work with the community towards getting Kotlin support as a first-class citizen in Apache Spark. We encourage you to voice your opinions and participate in the discussion.
9
+
We have opened a Spark Project Improvement Proposal: [Kotlin support for Apache Spark](http://issues.apache.org/jira/browse/SPARK-32530) to work with the community towards getting Kotlin support as a first-class citizen in Apache Spark. We encourage you to voice your opinions and participate in the discussion.
10
10
11
11
## Table of Contents
12
12
@@ -41,7 +41,7 @@ The list of Kotlin for Apache Spark releases is available [here](https://github.
41
41
The Kotlin for Spark artifacts adhere to the following convention:
42
42
`[Apache Spark version]_[Scala core version]:[Kotlin for Apache Spark API version]`
0 commit comments