Skip to content

Commit 957b230

Browse files
committed
Merge remote-tracking branch 'origin/v1.8.0_dev' into v1.9.0_dev
2 parents 8387e4b + 212a891 commit 957b230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -763,7 +763,7 @@ private void joinFun(Object pollObj, Map<String, Table> localTableCache,
763763
DataStream adaptStream = tableEnv.toRetractStream(targetTable, org.apache.flink.types.Row.class)
764764
.map((Tuple2<Boolean, Row> f0) -> { return f0.f1; })
765765
.returns(Row.class);
766-
adaptStream.getTransformation().setOutputType(leftTypeInfo);
766+
//adaptStream.getTransformation().setOutputType(leftTypeInfo);
767767

768768
//join side table before keyby ===> Reducing the size of each dimension table cache of async
769769
if(sideTableInfo.isPartitionedJoin()){

0 commit comments

Comments
 (0)