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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,8 @@ This is not needed when running the Kotlin Spark API from a Jupyter notebook.
119
119
```kotlin
120
120
spark.dsOf("a" to 1, "b" to 2)
121
121
```
122
-
The example above produces `Dataset<Pair<String, Int>>`. While Kotlin Pairs and Triples are supported, Scala Tuples are reccomended for better support.
122
+
The example above produces `Dataset<Pair<String, Int>>`. While Kotlin Pairs and Triples are supported, Scala Tuples are
123
+
recommended for better support.
123
124
124
125
### Null safety
125
126
There are several aliases in API, like `leftJoin`, `rightJoin` etc. These are null-safe by design.
0 commit comments