Skip to content

fix(cli): correct merge command description#6438

Open
singhvishalkr wants to merge 1 commit into
quickwit-oss:mainfrom
singhvishalkr:fix-merge-command-description
Open

fix(cli): correct merge command description#6438
singhvishalkr wants to merge 1 commit into
quickwit-oss:mainfrom
singhvishalkr:fix-merge-command-description

Conversation

@singhvishalkr
Copy link
Copy Markdown

The current description says the merge command 'Merges all the splits' which is misleading since it doesn't actually merge everything into a single split.

Looking at the implementation, the command spawns a merge pipeline that runs available merge operations according to the configured merge policy, then exits when there are no more ongoing merges.

Updated the description to reflect this behavior.

Closes #3805

The previous description suggested that the command merges all splits into one,
but it actually runs available merge operations according to the merge policy.

Closes quickwit-oss#3805
@singhvishalkr singhvishalkr requested a review from a team as a code owner May 16, 2026 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

quickwit tool merge description might be inaccurate.

1 participant