Skip to content

Commit

Permalink
Remove unused TaskExecutor from mbean
Browse files Browse the repository at this point in the history
  • Loading branch information
JRemitz authored and martint committed Aug 26, 2024
1 parent cd5c71a commit 0b9a103
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ protected void setup(Binder binder)
newOptionalBinder(binder, VersionEmbedder.class).setDefault().to(EmbedVersion.class).in(Scopes.SINGLETON);
newExporter(binder).export(SqlTaskManager.class).withGeneratedName();

newExporter(binder).export(TaskExecutor.class).withGeneratedName();
binder.bind(MultilevelSplitQueue.class).in(Scopes.SINGLETON);
newExporter(binder).export(MultilevelSplitQueue.class).withGeneratedName();
binder.bind(LocalExecutionPlanner.class).in(Scopes.SINGLETON);
Expand Down

0 comments on commit 0b9a103

Please sign in to comment.