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"))
|
.inputTmpDir(tempFolderProducer.apply("tmpDir"))
|
||||||
.buildMMappedIndex();
|
.buildMMappedIndex();
|
||||||
break;
|
break;
|
||||||
case CalciteTests.WIKIPEDIA:
|
|
||||||
index = TestDataBuilder.makeWikipediaIndex(tempFolderProducer.apply("tmpDir"));
|
|
||||||
break;
|
|
||||||
case CalciteTests.WIKIPEDIA_FIRST_LAST:
|
case CalciteTests.WIKIPEDIA_FIRST_LAST:
|
||||||
index = TestDataBuilder.makeWikipediaIndexWithAggregation(tempFolderProducer.apply("tmpDir"));
|
index = TestDataBuilder.makeWikipediaIndexWithAggregation(tempFolderProducer.apply("tmpDir"));
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue