Skip to content

Conversation

@DaveCTurner
Copy link
Contributor

An issue with Strings#collectionToDelimitedStringWithLimit is that you
need to collect all the items together up front first, even if you're
going to throw most of them away. This commit introduces
BoundedDelimitedStringCollector which allows to accumulate the items
one-at-a-time instead.

Backport of #124303 to 8.x

An issue with `Strings#collectionToDelimitedStringWithLimit` is that you
need to collect all the items together up front first, even if you're
going to throw most of them away. This commit introduces
`BoundedDelimitedStringCollector` which allows to accumulate the items
one-at-a-time instead.

Backport of elastic#124303 to `8.x`
@DaveCTurner DaveCTurner added >non-issue :Core/Infra/Core Core issues without another label auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) v8.19.0 labels Mar 7, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@elasticsearchmachine elasticsearchmachine added the Team:Core/Infra Meta label for core/infra team label Mar 7, 2025
@elasticsearchmachine elasticsearchmachine merged commit c8bedc5 into elastic:8.x Mar 7, 2025
15 checks passed
@DaveCTurner DaveCTurner deleted the limit-string-collection-length-util-8x branch March 7, 2025 22:26
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!) :Core/Infra/Core Core issues without another label >non-issue Team:Core/Infra Meta label for core/infra team v8.19.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants