Skip to content

Commit

Permalink
Merge branch '8.x' into backport-115059
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed Oct 18, 2024
2 parents a62d495 + 6124836 commit 85430fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,18 @@ tests:
- class: org.elasticsearch.compute.aggregation.blockhash.BlockHashRandomizedTests
method: test {forcePackedHash=false groups=1 maxValuesPerPosition=1 dups=2 allowedTypes=[Ordinals[dictionarySize=10]]}
issue: https://github.com/elastic/elasticsearch/issues/115105
- class: org.elasticsearch.index.mapper.TextFieldMapperTests
method: testBlockLoaderFromRowStrideReaderWithSyntheticSource
issue: https://github.com/elastic/elasticsearch/issues/115066
- class: org.elasticsearch.index.mapper.TextFieldMapperTests
method: testBlockLoaderFromColumnReaderWithSyntheticSource
issue: https://github.com/elastic/elasticsearch/issues/115073
- class: org.elasticsearch.index.mapper.annotatedtext.AnnotatedTextFieldMapperTests
method: testBlockLoaderFromColumnReaderWithSyntheticSource
issue: https://github.com/elastic/elasticsearch/issues/115074
- class: org.elasticsearch.index.mapper.annotatedtext.AnnotatedTextFieldMapperTests
method: testBlockLoaderFromRowStrideReaderWithSyntheticSource
issue: https://github.com/elastic/elasticsearch/issues/115076

# Examples:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ setup:
- match: { values.1.0: "Payroll Specialist" }

---
values:
"values function":
- requires:
cluster_features: esql.agg_values
reason: "values is available in 8.14+"
Expand Down

0 comments on commit 85430fc

Please sign in to comment.