Skip to content

Commit 800fc89

Browse files
authored
Merge pull request #104858 from john-par/patch-24
Update data-flow-troubleshoot-guide.md
2 parents ccd7938 + 79265e6 commit 800fc89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ 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
27-
- **Recommendation**: For non-equality based joins you have to opt for CROSS JOIN.
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.
27+
- **Recommendation**: For non-equality based joins you have to opt for CUSTOM CROSS JOIN.
2828

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

0 commit comments

Comments
 (0)