We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1102512 commit ff8d612Copy full SHA for ff8d612
1 file changed
core/src/main/java/com/dtstack/flink/sql/side/SideSqlExec.java
@@ -423,7 +423,7 @@ private void joinFun(Object pollObj,
423
424
RowTypeInfo sideOutTypeInfo = buildOutRowTypeInfo(sideJoinFieldInfo, mappingTable);
425
426
- TupleTypeInfo tupleTypeInfo = new TupleTypeInfo(sideOutTypeInfo);
+ TupleTypeInfo tupleTypeInfo = new TupleTypeInfo(Types.BOOLEAN, sideOutTypeInfo);
427
dsOut.getTransformation().setOutputType(tupleTypeInfo);
428
429
String targetTableName = joinInfo.getNewTableName();
0 commit comments