Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.6.0
Description
Just for code cleanliness, it would be good to get rid of the Scheduler interface class. There's only one implementation of the interface (SimpleScheduler), and there only ever has been one. If we ever feel it's necessary to have more than one scheduler implementation, we can introduce an appropriate abstraction at that point.