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 (COL WITH MASKING POLICY foo.bar.baz) AS SELECT * 
FROM Y"#;
     snowflake().verified_stmt(create_view_with_tag);
 }
+
+#[test]

Review Comment:
   In what way? I believe you cannot chain IDENTIFIER. For example, this is 
illegal: SELECT * FROM IDENTIFIER('db1')..IDENTIFIER('tbl1'). 



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