Skip to content

Commit 4e8d16e

Browse files
author
dapeng
committed
Merge remote-tracking branch 'origin/feat_1.8_asyncException_mergeDev' into feat_1.8_asyncException_mergeTest
# Conflicts: # core/src/main/java/com/dtstack/flink/sql/side/SideSqlExec.java
2 parents 00d7b63 + ae6784f commit 4e8d16e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/main/java/com/dtstack/flink/sql/side/SideSqlExec.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,6 @@ private void joinFun(Object pollObj,
383383
throw new RuntimeException("can't not find side table:" + joinInfo.getRightTableName());
384384
}
385385

386-
if(!checkJoinCondition(joinInfo.getCondition(), joinInfo.getRightTableAlias(), sideTableInfo)){
387-
throw new RuntimeException("ON condition must contain all equal fields!!!");
388-
}
389-
390386
rightScopeChild.setRowTypeInfo(sideTableInfo.getRowTypeInfo());
391387

392388
joinScope.addScope(leftScopeChild);

0 commit comments

Comments
 (0)