quickwit
quickwit copied to clipboard
Remove MergeExecutor dependency on IndexingPipelineId
Currently, a MergeExecutor needs to be instantiated with an IndexPipelineID.
But a merge executor already has all the necessary information in the splits metadata that it is going to merge.