Skip to content

[9.0] Fix uniquify to handle multiple successive duplicates (#126889) #126953

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

Merged
merged 1 commit into from
Apr 16, 2025

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Apr 16, 2025

Backports the following commits to 9.0:

CollectionUtils.uniquify is based on C++ std::unique. However, C++
iterators are not quite the same as Java iterators. In particular,
advancing them only allows grabbing the value once. This commit reworks
uniquify to be based on list indices instead of iterators.

closes elastic#126883
@rjernst rjernst added :Core/Infra/Core Core issues without another label >bug auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Core/Infra Meta label for core/infra team labels Apr 16, 2025
@elasticsearchmachine elasticsearchmachine merged commit 14fbc1e into elastic:9.0 Apr 16, 2025
16 checks passed
@rjernst rjernst deleted the backport/9.0/pr-126889 branch April 16, 2025 20:08
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 :Core/Infra/Core Core issues without another label Team:Core/Infra Meta label for core/infra team v9.0.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants