Skip to content

Conversation

@jordan-powers
Copy link
Contributor

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

As a result of the randomized testing enabled in elastic#121462, we found that
we currently fail to parse documents with arrays of objects containing
counted_keyword fields. This PR fixes this issue by using a custom
docvalues field to store the count instead of the built-in lucene
BinaryDocValues. This custom CountsBinaryDocValuesField has logic to
handle multiple values for the same field.

(cherry picked from commit 13b743c)
@jordan-powers jordan-powers added the auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Feb 4, 2025
@elasticsearchmachine elasticsearchmachine merged commit ba3db3a into elastic:8.x Feb 4, 2025
15 checks passed
@jordan-powers jordan-powers deleted the backport/8.x/pr-121558 branch February 4, 2025 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport v8.19.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants