File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments