Hisoka-X commented on code in PR #8610:
URL: https://github.com/apache/seatunnel/pull/8610#discussion_r1944056316
##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/SeaTunnelSink.java:
##########
@@ -145,4 +145,6 @@ default Optional<Serializer<AggregatedCommitInfoT>>
getAggregatedCommitInfoSeria
default Optional<CatalogTable> getWriteCatalogTable() {
return Optional.empty();
}
+
+ default void close() {}
Review Comment:
We don't add close method before because Flink/Spark doesn't has close
method too. If we add close method on seatunnel api. Flink/Spark can not invoke
it for now.
--
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]