mirror of https://github.com/apache/druid.git
remove f
This commit is contained in:
parent
bec1f38a0e
commit
3658ab24c3
|
@ -83,14 +83,12 @@ public class SqlModule implements Module
|
||||||
.to(NoopViewManager.class)
|
.to(NoopViewManager.class)
|
||||||
.in(LazySingleton.class);
|
.in(LazySingleton.class);
|
||||||
|
|
||||||
if(false) {
|
|
||||||
PolyBind.createChoiceWithDefault(
|
PolyBind.createChoiceWithDefault(
|
||||||
binder,
|
binder,
|
||||||
PROPERTY_SQL_VIEW_MANAGER_TYPE,
|
PROPERTY_SQL_VIEW_MANAGER_TYPE,
|
||||||
Key.get(ViewManager.class),
|
Key.get(ViewManager.class),
|
||||||
NoopViewManager.TYPE
|
NoopViewManager.TYPE
|
||||||
);
|
);
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
PolyBind.optionBinder(binder, Key.get(DruidSchemaManager.class))
|
PolyBind.optionBinder(binder, Key.get(DruidSchemaManager.class))
|
||||||
|
|
Loading…
Reference in New Issue