Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.16] Fix handling of bulk requests with semantic text fields and delete ops #116961

Conversation

jimczi
Copy link
Contributor

@jimczi jimczi commented Nov 18, 2024

Backports the following commits to 8.x:

Fix handling of bulk requests with semantic text fields and delete ops (#116942)

elastic#116942)

Previously, delete operations were not processed correctly when followed by operations containing semantic text fields. This issue caused the positions of subsequent operations in the items array to shift incorrectly by one.

This PR resolves the discrepancy and includes additional tests to ensure proper behavior.
@jimczi jimczi added >bug backport auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) :SearchOrg/Relevance Label for the Search (solution/org) Relevance team v8.16.1 labels Nov 18, 2024
@elasticsearchmachine elasticsearchmachine merged commit dab09e2 into elastic:8.16 Nov 18, 2024
15 checks passed
@jimczi jimczi deleted the semantic_text_simple_partial_update_backport_8_16 branch November 18, 2024 17:13
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 >bug :SearchOrg/Relevance Label for the Search (solution/org) Relevance team v8.16.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants