Skip to content

Commit ff8d612

Browse files
author
xuchao
committed
回滚测试修改
1 parent 1102512 commit ff8d612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ private void joinFun(Object pollObj,
423423

424424
RowTypeInfo sideOutTypeInfo = buildOutRowTypeInfo(sideJoinFieldInfo, mappingTable);
425425

426-
TupleTypeInfo tupleTypeInfo = new TupleTypeInfo(sideOutTypeInfo);
426+
TupleTypeInfo tupleTypeInfo = new TupleTypeInfo(Types.BOOLEAN, sideOutTypeInfo);
427427
dsOut.getTransformation().setOutputType(tupleTypeInfo);
428428

429429
String targetTableName = joinInfo.getNewTableName();

0 commit comments

Comments
 (0)