Skip to content

Commit b45a672

Browse files
authored
Merge pull request #96095 from v-maudel/patch-362
M45122: Fixing typo in/is
2 parents 7aa91fd + b7331a2 commit b45a672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/data-flow-join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ TripData, TripFare
100100

101101
### Cross join example
102102

103-
The below example is a join transformation named `CartesianProduct` that takes left stream `TripData` and right stream `TripFare`. This transformation takes in two streams and returns a cartesian product of their rows. The join condition is `true()` because it outputs a full cartesian product. The `joinType` in `cross`. We're enabling broadcasting in only the left stream so `broadcast` has value `'left'`.
103+
The below example is a join transformation named `CartesianProduct` that takes left stream `TripData` and right stream `TripFare`. This transformation takes in two streams and returns a cartesian product of their rows. The join condition is `true()` because it outputs a full cartesian product. The `joinType` is `cross`. We're enabling broadcasting in only the left stream so `broadcast` has value `'left'`.
104104

105105
In the Data Factory UX, this transformation looks like the below image:
106106

0 commit comments

Comments
 (0)