mirror of https://github.com/apache/druid.git
removedup
This commit is contained in:
parent
47aeb016df
commit
eb4fd9f66c
|
@ -404,9 +404,6 @@ public class CalciteMSQTestsHelper
|
|||
.inputTmpDir(tempFolderProducer.apply("tmpDir"))
|
||||
.buildMMappedIndex();
|
||||
break;
|
||||
case CalciteTests.WIKIPEDIA:
|
||||
index = TestDataBuilder.makeWikipediaIndex(tempFolderProducer.apply("tmpDir"));
|
||||
break;
|
||||
case CalciteTests.WIKIPEDIA_FIRST_LAST:
|
||||
index = TestDataBuilder.makeWikipediaIndexWithAggregation(tempFolderProducer.apply("tmpDir"));
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue