[HUDI-482] Fix missing @Override annotation on methods (#1156)
* [HUDI-482] Fix missing @Override annotation on methods
This commit is contained in:
@@ -554,6 +554,7 @@ public class HoodieDeltaStreamer implements Serializable {
|
||||
/**
|
||||
* Start Compaction Service.
|
||||
*/
|
||||
@Override
|
||||
protected Pair<CompletableFuture, ExecutorService> startService() {
|
||||
ExecutorService executor = Executors.newFixedThreadPool(maxConcurrentCompaction);
|
||||
List<CompletableFuture<Boolean>> compactionFutures =
|
||||
|
||||
Reference in New Issue
Block a user