gliter commented on PR #26285:
URL: https://github.com/apache/flink/pull/26285#issuecomment-2715387114

   For test I will go with setup like this:
   
   ```
   var savepointReader = SavepointReader.read(env, sourceSavepointPath);
   env.setRuntimeMode(RuntimeExecutionMode.BATCH);
   var savepointWriter = SavepointWriter
                   .fromExistingSavepoint(env, sourceSavepointPath);
   savepointWriter.withOperator(uid), transformer.transform(savepointReader, 
env));
   savepointWriter.write(targetSavepointPath)
   ```
   
   And this should preserve the checkpointId right? 


-- 
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...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to