We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef3952 commit 8159cd1Copy full SHA for 8159cd1
docs/StardustDocs/topics/operations/multiple/join.md
@@ -23,7 +23,7 @@ interface JoinDsl: LeftDataFrame {
23
}
24
```
25
26
-`joinColumns` is a [column selector](ColumnSelectors.md) that defines column mapping for join:
+`joinColumns` is a special case of [columns selector](ColumnSelectors.md) that defines column mapping for join.
27
28
Related operations: [](multipleDataFrames.md)
29
@@ -34,7 +34,7 @@ Related operations: [](multipleDataFrames.md)
34
Use the Join DSL when the key column names differ:
35
36
- access the right `DataFrame` via `right`;
37
-- define the join condition with **match()**.
+- define the join condition with **`match`**.
38
39
<!---FUN notebook_test_join_3-->
40
0 commit comments