We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00d7b63 + ae6784f commit 4e8d16eCopy full SHA for 4e8d16e
core/src/main/java/com/dtstack/flink/sql/side/SideSqlExec.java
@@ -383,10 +383,6 @@ private void joinFun(Object pollObj,
383
throw new RuntimeException("can't not find side table:" + joinInfo.getRightTableName());
384
}
385
386
- if(!checkJoinCondition(joinInfo.getCondition(), joinInfo.getRightTableAlias(), sideTableInfo)){
387
- throw new RuntimeException("ON condition must contain all equal fields!!!");
388
- }
389
-
390
rightScopeChild.setRowTypeInfo(sideTableInfo.getRowTypeInfo());
391
392
joinScope.addScope(leftScopeChild);
0 commit comments