iffyio commented on code in PR #1957: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1957#discussion_r2218937462
########## src/ast/mod.rs: ########## @@ -6623,7 +6623,7 @@ pub enum Action { Replicate, ResolveAll, Role { - role: Ident, + role: ObjectName, Review Comment: Could we add a test that uses a qualified name when mentioning the role? e.g. `GRANT ROLE a.b.c to role d.e.f` -- 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