Skip to content

Commit 05c080f

Browse files
author
dapeng
committed
Merge branch 'feat_1.8_asyncException_mergeTest' into 1.8_release_3.10.x_mergedTest_new
2 parents 37c7529 + 4e8d16e commit 05c080f

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)