Skip to content

Commit e5a6187

Browse files
authored
Merge branch 'main' into esql_date_range_data_type
2 parents 50004eb + 86f6eb0 commit e5a6187

File tree

8 files changed

+55
-91
lines changed

8 files changed

+55
-91
lines changed

docs/reference/query-languages/esql/_snippets/functions/examples/chunk.md

Lines changed: 9 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/lists/string-functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* [`BIT_LENGTH`](../../functions-operators/string-functions.md#esql-bit_length)
22
* [`BYTE_LENGTH`](../../functions-operators/string-functions.md#esql-byte_length)
3+
* [`CHUNK`](../../functions-operators/string-functions.md#esql-chunk)
34
* [`CONCAT`](../../functions-operators/string-functions.md#esql-concat)
45
* [`CONTAINS`](../../functions-operators/string-functions.md#esql-contains)
56
* [`ENDS_WITH`](../../functions-operators/string-functions.md#esql-ends_with)

docs/reference/query-languages/esql/kibana/definition/functions/chunk.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/kibana/docs/functions/chunk.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

muted-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,15 @@ tests:
475475
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
476476
method: test {csv-spec:spatial.ConvertFromStringParseError}
477477
issue: https://github.com/elastic/elasticsearch/issues/139213
478+
- class: org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
479+
method: test {p0=search.vectors/180_update_dense_vector_type/Test update flat --> bbq_flat --> bbq_hnsw}
480+
issue: https://github.com/elastic/elasticsearch/issues/139253
481+
- class: org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
482+
method: test {p0=search.vectors/41_knn_search_half_byte_quantized_bfloat16/Knn search with mip}
483+
issue: https://github.com/elastic/elasticsearch/issues/139254
484+
- class: org.elasticsearch.xpack.security.authc.saml.SamlServiceProviderMetadataIT
485+
method: testAuthenticationWhenMetadataIsUnreliable
486+
issue: https://github.com/elastic/elasticsearch/issues/139067
478487

479488
# Examples:
480489
#

0 commit comments

Comments
 (0)