Skip to content

Commit ae6784f

Browse files
author
dapeng
committed
fix 代码merge的问题
1 parent c80c4d3 commit ae6784f

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
@@ -787,10 +787,6 @@ private void joinFun(Object pollObj, Map<String, Table> localTableCache,
787787
throw new RuntimeException("can't not find side table:" + joinInfo.getRightTableName());
788788
}
789789

790-
// if(!checkJoinCondition(joinInfo.getCondition(), joinInfo.getRightTableAlias(), sideTableInfo)){
791-
// throw new RuntimeException("ON condition must contain all equal fields!!!");
792-
// }
793-
794790
rightScopeChild.setRowTypeInfo(sideTableInfo.getRowTypeInfo());
795791

796792
joinScope.addScope(leftScopeChild);

0 commit comments

Comments
 (0)