You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perf: remove clone on uninitiated_partitions in SortPreservingMergeStream (#15562)
* perf: replace `merge` `uninitiated_partitions` `VecDeque<usize>` with custom fixed size queue
this is done to avoid having to clone or change the actual values
* revert use of VecDeque but use better api
* change to shrink to fit
0 commit comments