yoavcloud commented on code in PR #1513: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1513#discussion_r1845475524
########## src/ast/mod.rs: ########## @@ -695,6 +695,8 @@ pub enum Expr { // https://cloud.google.com/bigquery/docs/reference/standard-sql/format-elements#formatting_syntax format: Option<CastFormat>, }, + /// `DEFAULT` value of a column e.g. INSERT INTO tbl (a, b) VALUES ('foo', DEFAULT) + Default, Review Comment: You are right, I will leave this one to a future PR -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org