Skip to content

ClickHouse: Fix MATERIALIZED column option docs typo - #2410

Merged
iffyio merged 1 commit into
apache:mainfrom
Hashim1999164:fix/materialized-column-option-docs
Jul 27, 2026
Merged

ClickHouse: Fix MATERIALIZED column option docs typo#2410
iffyio merged 1 commit into
apache:mainfrom
Hashim1999164:fix/materialized-column-option-docs

Conversation

@Hashim1999164

Copy link
Copy Markdown
Contributor

Fixes #1760

The ColumnOption::Materialized docs used MATERIALIZE in the syntax examples, but ClickHouse and the enum name both use MATERIALIZED. Updated the doc comments to match.

Before:

b INT MATERIALIZE (a + 1)

After:

b INT MATERIALIZED (a + 1)

Docs-only change.

@iffyio iffyio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Hashim1999164!

@iffyio
iffyio enabled auto-merge July 27, 2026 09:24
@iffyio
iffyio added this pull request to the merge queue Jul 27, 2026
Merged via the queue into apache:main with commit 952983b Jul 27, 2026
10 checks passed
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.

docs: typo in docs of ClickHouse column option MATERIALIZED

2 participants