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

Fix bug where update/upsert bulk action did not filter exclude/include keys, document_root_key, etc #3747

Merged

Conversation

graytaylor0
Copy link
Member

Description

Fixes a bug where the update/upsert bulk actions were not applying filters from include_keys, exclude_keys, tags_target_key, and document_root_key

Issues Resolved

Resolves #3745

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…e keys, document_root_key, etc

Signed-off-by: Taylor Gray <[email protected]>
@graytaylor0 graytaylor0 merged commit 48d0d72 into opensearch-project:main Dec 1, 2023
64 of 70 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Dec 1, 2023
…e keys, document_root_key, etc (#3747)

Signed-off-by: Taylor Gray <[email protected]>
(cherry picked from commit 48d0d72)
graytaylor0 added a commit that referenced this pull request Dec 1, 2023
…e keys, document_root_key, etc (#3747) (#3801)

Signed-off-by: Taylor Gray <[email protected]>
(cherry picked from commit 48d0d72)

Co-authored-by: Taylor Gray <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] update and upsert bulk actions do not include changes from document_root_key, exclude_keys, etc
3 participants