Skip to content

Commit

Permalink
[hotfix] Remove duplicated inherited interfaces of AdaptiveBatchSched…
Browse files Browse the repository at this point in the history
…uler
  • Loading branch information
zhuzhurk committed Jul 22, 2022
1 parent 2e5cac1 commit 3b1165b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
import org.apache.flink.runtime.scheduler.ExecutionOperations;
import org.apache.flink.runtime.scheduler.ExecutionSlotAllocatorFactory;
import org.apache.flink.runtime.scheduler.ExecutionVertexVersioner;
import org.apache.flink.runtime.scheduler.SchedulerOperations;
import org.apache.flink.runtime.scheduler.VertexParallelismStore;
import org.apache.flink.runtime.scheduler.adaptivebatch.forwardgroup.ForwardGroup;
import org.apache.flink.runtime.scheduler.adaptivebatch.forwardgroup.ForwardGroupComputeUtil;
Expand All @@ -71,7 +70,7 @@
* This scheduler decides the parallelism of JobVertex according to the data volume it consumes. A
* dynamically built up ExecutionGraph is used for this purpose.
*/
public class AdaptiveBatchScheduler extends DefaultScheduler implements SchedulerOperations {
public class AdaptiveBatchScheduler extends DefaultScheduler {

private final DefaultLogicalTopology logicalTopology;

Expand Down

0 comments on commit 3b1165b

Please sign in to comment.