wuchunfu commented on a change in pull request #1394:
URL:
https://github.com/apache/incubator-seatunnel/pull/1394#discussion_r819528140
##########
File path:
seatunnel-apis/seatunnel-api-flink/src/main/java/org/apache/seatunnel/flink/batch/FlinkBatchExecution.java
##########
@@ -67,6 +67,7 @@ public void start(List<FlinkBatchSource> sources,
List<FlinkBatchTransform> tran
}
input = transform.processBatch(flinkEnvironment, dataSet);
registerResultTable(transform, input);
+ transform.registerFunction(flinkEnvironment);
Review comment:
@simon824 What is the problem that this line of code is added to solve?
If it's a bug, it's better to submit a separate PR to fix it, don't you think?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]