Fix formatting and grammar in ReplacingMergeTree guide#6372
Merged
Conversation
|
Someone is attempting to deploy a commit to the ClickHouse Team on Vercel. A member of the Team first needs to authorize it. |
- Wrap setting names in backticks (min_age_to_force_merge_seconds, min_age_to_force_merge_on_partition_only, max_bytes_to_merge_at_max_space_in_pool, FINAL) - Fix spelling: column-orientated → column-oriented - Fix broken sentence about row count correctness - Remove duplicate "here" and rephrase awkward sentence Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5ac2397 to
9c5ff64
Compare
Blargian
approved these changes
Jun 11, 2026
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Docs PR opened: ClickHouse/mintlify-docs-dev#176 Fixed formatting and grammar in the ReplacingMergeTree guide, including typos, backticks around code identifiers, and clearer wording. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
min_age_to_force_merge_seconds,min_age_to_force_merge_on_partition_only,max_bytes_to_merge_at_max_space_in_pool,FINAL)column-orientated→column-orientedTest plan
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes with no runtime, API, or configuration behavior impact.
Overview
Documentation-only polish for the ReplacingMergeTree developer guide (
replacing-merge-tree.md).Copy edits fix column-orientated → column-oriented, repair the broken row-count explanation (“In reality, we should have only 1000 fewer rows…”), and tighten wording around duplicate rows and merge timing.
In the merge behavior sections, ClickHouse setting names and operators are now consistently formatted with backticks (
max_bytes_to_merge_at_max_space_in_pool,min_age_to_force_merge_seconds,min_age_to_force_merge_on_partition_only,FINAL, etc.) so they render as code in the docs.Reviewed by Cursor Bugbot for commit 9c5ff64. Bugbot is set up for automated code reviews on this repo. Configure here.