Skip to content

Commit 209c631

Browse files
committed
Fix mapping for the colors CSV dataset.
1 parent 21180df commit 209c631

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,6 @@ tests:
567567
- class: org.elasticsearch.xpack.inference.qa.mixed.CohereServiceMixedIT
568568
method: testCohereEmbeddings
569569
issue: https://github.com/elastic/elasticsearch/issues/130010
570-
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
571-
issue: https://github.com/elastic/elasticsearch/issues/128224
572570
- class: org.elasticsearch.xpack.autoscaling.storage.ReactiveStorageIT
573571
method: testScaleDuringSplitOrClone
574572
issue: https://github.com/elastic/elasticsearch/issues/130044

x-pack/plugin/esql/qa/testFixtures/src/main/resources/mapping-colors.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"type": "dense_vector",
1414
"similarity": "l2_norm",
1515
"index_options": {
16-
"type": "hnsw"
16+
"type": "hnsw",
17+
"m": 16,
18+
"ef_construction": 100
1719
}
1820
}
1921
}

0 commit comments

Comments
 (0)