Skip to content

ClickHouse: Fix MATERIALIZED column option docs typo#2410

Open
Hashim1999164 wants to merge 1 commit into
apache:mainfrom
Hashim1999164:fix/materialized-column-option-docs
Open

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

Conversation

@Hashim1999164

Copy link
Copy Markdown

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.

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

1 participant