Skip to content

Commit

Permalink
removedup
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Jul 18, 2024
1 parent 47aeb01 commit eb4fd9f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,6 @@ private static Supplier<ResourceHolder<Segment>> getSupplierForSegment(Function<
.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;
Expand Down

0 comments on commit eb4fd9f

Please sign in to comment.