removedup

This commit is contained in:
Zoltan Haindrich 2024-07-18 07:24:56 +00:00
parent 47aeb016df
commit eb4fd9f66c
1 changed files with 0 additions and 3 deletions

View File

@ -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;