Skip to content

Commit baea986

Browse files
authored
Update data-flow-troubleshoot-guide.md
Updates related to User Story 1678093: https://mseng.visualstudio.com/TechnicalContent/_workitems/edit/1678093
1 parent 7f01a9f commit baea986

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)