Skip to content

Commit

Permalink
[AMORO-3346] Extract the implementation of OptimizerManager
Browse files Browse the repository at this point in the history
  • Loading branch information
mansonliwh committed Feb 12, 2025
1 parent 4718fee commit efcb584
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
import org.slf4j.LoggerFactory;

import java.util.List;
import java.util.Map;
import java.util.Optional;
import java.util.concurrent.ConcurrentHashMap;

/**
* DefaultOptimizingService is implementing the OptimizerManager Thrift service, which manages the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.apache.amoro.server.optimizing.OptimizingQueue;

import java.util.List;
import java.util.Map;
import java.util.Optional;

public interface OptimizerManager extends ResourceManager {
Expand Down

0 comments on commit efcb584

Please sign in to comment.