JingsongLi commented on code in PR #4591: URL: https://github.com/apache/paimon/pull/4591#discussion_r1858138782
########## paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/PrepareCommitOperator.java: ########## @@ -54,7 +53,6 @@ public abstract class PrepareCommitOperator<IN, OUT> extends AbstractStreamOpera public PrepareCommitOperator(Options options) { this.options = options; - setChainingStrategy(ChainingStrategy.ALWAYS); Review Comment: The chainingStrategy in `AbstractStreamOperator` is HEAD by default. -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org