Skip to content

Commit ede0896

Browse files
committed
Remove colors dataset from knn
1 parent 2818298 commit ede0896

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvTestsDataLoader.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ public class CsvTestsDataLoader {
144144
private static final TestDataset LOGS = new TestDataset("logs");
145145
private static final TestDataset MV_TEXT = new TestDataset("mv_text");
146146
private static final TestDataset DENSE_VECTOR = new TestDataset("dense_vector");
147-
private static final TestDataset COLORS = new TestDataset("colors");
148147

149148
public static final Map<String, TestDataset> CSV_DATASET_MAP = Map.ofEntries(
150149
Map.entry(EMPLOYEES.indexName, EMPLOYEES),
@@ -205,8 +204,7 @@ public class CsvTestsDataLoader {
205204
Map.entry(SEMANTIC_TEXT.indexName, SEMANTIC_TEXT),
206205
Map.entry(LOGS.indexName, LOGS),
207206
Map.entry(MV_TEXT.indexName, MV_TEXT),
208-
Map.entry(DENSE_VECTOR.indexName, DENSE_VECTOR),
209-
Map.entry(COLORS.indexName, COLORS)
207+
Map.entry(DENSE_VECTOR.indexName, DENSE_VECTOR)
210208
);
211209

212210
private static final EnrichConfig LANGUAGES_ENRICH = new EnrichConfig("languages_policy", "enrich-policy-languages.json");

0 commit comments

Comments
 (0)