Skip to content

Fix formatting and grammar in ReplacingMergeTree guide#6372

Merged
Blargian merged 1 commit into
ClickHouse:mainfrom
cwurm:cwurm/replacing-merge-tree-fixes
Jun 11, 2026
Merged

Fix formatting and grammar in ReplacingMergeTree guide#6372
Blargian merged 1 commit into
ClickHouse:mainfrom
cwurm:cwurm/replacing-merge-tree-fixes

Conversation

@cwurm

@cwurm cwurm commented Jun 11, 2026

Copy link
Copy Markdown
Member

Summary

  • Wrap setting names in backticks throughout the merge behavior section (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-orientatedcolumn-oriented
  • Fix broken sentence about row count correctness
  • Remove duplicate "here" and rephrase awkward phrasing

Test plan

  • Verify rendered markdown looks correct in preview

🤖 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-orientatedcolumn-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.

@cwurm cwurm requested a review from a team as a code owner June 11, 2026 08:51
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the ClickHouse Team on Vercel.

A member of the Team first needs to authorize it.

@CLAassistant

CLAassistant commented Jun 11, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

- 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>
@cwurm cwurm force-pushed the cwurm/replacing-merge-tree-fixes branch from 5ac2397 to 9c5ff64 Compare June 11, 2026 08:52
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Ready Ready Preview Jun 11, 2026 9:36am

Request Review

@Blargian Blargian merged commit a97480d into ClickHouse:main Jun 11, 2026
12 of 16 checks passed
@mintlify

mintlify Bot commented Jun 11, 2026

Copy link
Copy Markdown

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.

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.

3 participants