Hashim1999164 opened a new pull request, #2410: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2410
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: ```sql b INT MATERIALIZE (a + 1) ``` After: ```sql b INT MATERIALIZED (a + 1) ``` Docs-only change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
