tv42 opened a new issue, #1760: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1760
https://docs.rs/sqlparser/0.55.0/sqlparser/ast/enum.ColumnOption.html#variant.Materialized sqlparser-rs docs say > `MATERIALIZE <expr> Syntax: b INT MATERIALIZE (a + 1)` That's missing a D. Both the enum variant name and ClickHouse docs spell it `MATERIALIZED`. https://clickhouse.com/docs/sql-reference/statements/create/table#default_values > `MATERIALIZED expr` > ` updated_at DateTime MATERIALIZED now(),` -- 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]
