XComp commented on code in PR #26115:
URL: https://github.com/apache/flink/pull/26115#discussion_r1944535192
##########
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptivebatch/AdaptiveBatchSchedulerFactory.java:
##########
@@ -204,6 +205,7 @@ public static AdaptiveBatchScheduler createScheduler(
ScheduledExecutorService futureExecutor,
ClassLoader userCodeLoader,
CheckpointRecoveryFactory checkpointRecoveryFactory,
+ CheckpointsCleaner checkpointsCleaner,
Time rpcTimeout,
Review Comment:
Here's where the conflict appeared: `Duration` needed to be changed to `Time`
--
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]