FangYongs commented on issue #1635:
URL: 
https://github.com/apache/incubator-paimon/issues/1635#issuecomment-1652878121

   @liming30 I think we can change the implementation of 
`PrepareCommitOperator` in paimon not `extends AbstractStreamOperator`, then 
you can implement method `OperatorSnapshotFutures snapshotState(long 
checkpointId, long timestamp, CheckpointOptions checkpointOptions, 
CheckpointStreamFactory storageLocation) throws Exception` in it which has 
`CheckpointOptions` as parameter and you can get `SnapshotType`. 
   
   At the same time, you can push 
[FLINK-32698](https://issues.apache.org/jira/browse/FLINK-32698), I think it 
will be a long time after it is finished.


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