iffyio commented on code in PR #2015: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2015#discussion_r2315649468
########## src/ast/mod.rs: ########## @@ -3314,6 +3314,8 @@ pub enum Statement { CreateRole { names: Vec<ObjectName>, if_not_exists: bool, + /// Whether ROLE or USER keyword was used + keyword: RoleKeyword, Review Comment: Ah I'm not sure I followed, do we mean snowflake has CreateUser supported by the parser already? -- 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