JingsongLi commented on code in PR #2462:
URL: https://github.com/apache/incubator-paimon/pull/2462#discussion_r1423382534


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/PrepareCommitOperator.java:
##########
@@ -48,6 +49,7 @@ public abstract class PrepareCommitOperator<IN, OUT> extends 
AbstractStreamOpera
     @Nullable protected transient MemorySegmentPool memoryPool;
     @Nullable private transient MemorySegmentAllocator memoryAllocator;
     private final Options options;
+    private boolean streamingCheckpointEnabled;
     private boolean endOfInput = false;
 
     public PrepareCommitOperator(Options options) {

Review Comment:
   PrepareCommitOperator(Options options, streamingCheckpointEnabled)



-- 
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]

Reply via email to