mirror of https://github.com/apache/druid.git
cleasnup
This commit is contained in:
parent
ff31c14dba
commit
07e05a664d
|
@ -20,7 +20,6 @@
|
|||
package org.apache.druid.segment.data;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonCreator;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import com.github.luben.zstd.Zstd;
|
||||
import com.ning.compress.BufferRecycler;
|
||||
|
|
|
@ -600,8 +600,9 @@ public class SqlTestFramework
|
|||
|
||||
@Provides
|
||||
@LazySingleton
|
||||
ViewManager createViewManager() {
|
||||
return componentSupplier.getPlannerComponentSupplier().createViewManager();
|
||||
ViewManager createViewManager()
|
||||
{
|
||||
return componentSupplier.getPlannerComponentSupplier().createViewManager();
|
||||
}
|
||||
|
||||
@Provides
|
||||
|
@ -626,9 +627,7 @@ return componentSupplier.getPlannerComponentSupplier().createViewManager();
|
|||
builder.catalogResolver
|
||||
);
|
||||
return rootSchema;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public static final DruidViewMacroFactory DRUID_VIEW_MACRO_FACTORY = new TestDruidViewMacroFactory();
|
||||
|
|
Loading…
Reference in New Issue