1
0

[HUDI-726]Delete unused method in HoodieDeltaStreamer (#1426)

This commit is contained in:
Mathieu
2020-03-20 17:44:16 +08:00
committed by GitHub
parent 14e0c95206
commit 21c45e1051

View File

@@ -576,8 +576,4 @@ public class HoodieDeltaStreamer implements Serializable {
}, executor)).toArray(CompletableFuture[]::new)), executor);
}
}
public DeltaSyncService getDeltaSyncService() {
return deltaSyncService;
}
}