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)
|
||||
.in(LazySingleton.class);
|
||||
|
||||
if(false) {
|
||||
PolyBind.createChoiceWithDefault(
|
||||
binder,
|
||||
PROPERTY_SQL_VIEW_MANAGER_TYPE,
|
||||
Key.get(ViewManager.class),
|
||||
NoopViewManager.TYPE
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
PolyBind.optionBinder(binder, Key.get(DruidSchemaManager.class))
|
||||
|
|
Loading…
Reference in New Issue