Skip to content

Commit 79265e6

Browse files
authored
Update data-flow-troubleshoot-guide.md
Fixed a minor typo.
1 parent baea986 commit 79265e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/data-flow-troubleshoot-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article explores common troubleshooting methods for data flows in Azure Dat
2323
### Error code: DF-Executor-SystemImplicitCartesian
2424

2525
- **Message**: Implicit cartesian product for INNER join is not supported, use CROSS JOIN instead. Columns used in join should create a unique key for rows.
26-
- **Causes**: Implicit cartesian product for INNER join between logical plans is not supported. If the columns used in the join creates the unique key , at least one column from both sides of the relationship are required.
26+
- **Causes**: Implicit cartesian product for INNER join between logical plans is not supported. If the columns used in the join creates the unique key, at least one column from both sides of the relationship are required.
2727
- **Recommendation**: For non-equality based joins you have to opt for CUSTOM CROSS JOIN.
2828

2929
### Error code: DF-Executor-SystemInvalidJson

0 commit comments

Comments
 (0)