Hisoka-X commented on code in PR #2862:
URL:
https://github.com/apache/incubator-seatunnel/pull/2862#discussion_r979907946
##########
seatunnel-apis/seatunnel-api-flink/src/main/java/org/apache/seatunnel/flink/FlinkEnvironment.java:
##########
@@ -322,4 +325,18 @@ private void setCheckpoint() {
}
}
+ public void registerResultTable(Config config, String tableName,
DataStream<Row> dataStream) {
Review Comment:
tableName always be `RESULT_TABLE_NAME`, so you can remove it.
--
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]