elasticsearch/x-pack/plugin/downsample
Armin Braun 229d89d343
Remove GroupShardsIterator and replace it with plain List (#116891)
There is no point in having `GroupShardsIterator`, it's mostly an
unnecessary layer of indirection as it has no state and a single field
only. It's only value could be seen in it hiding the ability to mutate
the list it wraps, but that hardly justifies the overhead on the search
path and extra code complexity. Moreover, the list it references is not
copied/immutable in any way, so the value of hiding is limited also.
2025-02-05 21:08:00 +01:00
..
qa Support flattened label field with downsampling. (#118816) 2024-12-18 11:45:41 +01:00
src Remove GroupShardsIterator and replace it with plain List (#116891) 2025-02-05 21:08:00 +01:00
build.gradle Update Gradle wrapper to 8.12 (#118683) 2024-12-30 15:34:24 +01:00