Skip to content

Commit b7331a2

Browse files
authored
M45122: Fixing typo in/is
Translator has reported possible source content issue. Description: in should be is according to previous examples
1 parent 825504b commit b7331a2

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)