yoavcloud commented on code in PR #1957:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1957#discussion_r2219249158


##########
src/ast/mod.rs:
##########
@@ -6623,7 +6623,7 @@ pub enum Action {
     Replicate,
     ResolveAll,
     Role {
-        role: Ident,
+        role: ObjectName,

Review Comment:
   I added it in tests/sqlparser_snowflake.rs using the `IDENTIFIER` function. 
Qualified role names are not allowed in Snowflake (only database roles can be 
qualified).



-- 
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

Reply via email to