Re: [PR] Snowflake: Support IDENTIFIER for GRANT ROLE [datafusion-sqlparser-rs]

2025-07-23 Thread via GitHub
iffyio merged PR #1957: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1957 -- 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

Re: [PR] Snowflake: Support IDENTIFIER for GRANT ROLE [datafusion-sqlparser-rs]

2025-07-23 Thread via GitHub
iffyio commented on code in PR #1957: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1957#discussion_r2226043622 ## src/ast/mod.rs: ## @@ -6623,7 +6623,7 @@ pub enum Action { Replicate, ResolveAll, Role { -role: Ident, +role: ObjectNa

Re: [PR] Snowflake: Support IDENTIFIER for GRANT ROLE [datafusion-sqlparser-rs]

2025-07-21 Thread via GitHub
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: Objec

Re: [PR] Snowflake: Support IDENTIFIER for GRANT ROLE [datafusion-sqlparser-rs]

2025-07-21 Thread via GitHub
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: ObjectNa

[PR] Snowflake: Support IDENTIFIER for GRANT ROLE [datafusion-sqlparser-rs]

2025-07-18 Thread via GitHub
yoavcloud opened a new pull request, #1957: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1957 (no comment) -- 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