1996fanrui commented on code in PR #27254:
URL: https://github.com/apache/flink/pull/27254#discussion_r2543044117
##########
flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointTestBase.java:
##########
@@ -772,7 +777,7 @@ public Configuration getConfiguration(File checkpointDir) {
conf.set(StateBackendOptions.STATE_BACKEND, "hashmap");
conf.set(CheckpointingOptions.CHECKPOINTS_DIRECTORY,
checkpointDir.toURI().toString());
if (restoreCheckpoint != null) {
- conf.set(StateRecoveryOptions.SAVEPOINT_PATH,
restoreCheckpoint.toURI().toString());
+ conf.set(StateRecoveryOptions.SAVEPOINT_PATH,
restoreCheckpoint);
Review Comment:
It adds the wrong prefix, so updated `restoreCheckpoint` to String.
<img width="1308" height="866" alt="Image"
src="https://github.com/user-attachments/assets/5c2b5242-9a58-4111-bc1c-bbdd035d9cdc"
/>
--
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]