iffyio merged PR #1929:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1929
--
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
iffyio commented on code in PR #1929:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1929#discussion_r2194728896
##
tests/sqlparser_snowflake.rs:
##
@@ -4232,3 +4232,122 @@ fn
test_snowflake_create_view_with_composite_policy_name() {
r#"CREATE VIEW X (COL
yoavcloud commented on code in PR #1929:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1929#discussion_r2193440626
##
tests/sqlparser_snowflake.rs:
##
@@ -4232,3 +4232,122 @@ fn
test_snowflake_create_view_with_composite_policy_name() {
r#"CREATE VIEW X (
iffyio commented on code in PR #1929:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1929#discussion_r2192824402
##
src/parser/mod.rs:
##
@@ -10353,70 +10353,84 @@ impl<'a> Parser<'a> {
}
}
-/// Parse a possibly qualified, possibly quoted identi
yoavcloud opened a new pull request, #1929:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1929
Expand the support for the `IDENTIFIER` function in Snowflake, which is used
to generate identifiers dynamically. See here:
https://docs.snowflake.com/en/sql-reference/identifier-lit