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 WITH MASKING POLICY foo.bar.baz) AS SELECT * FROM Y"#; snowflake().verified_stmt(create_view_with_tag); } + +#[test] Review Comment: Yeah was thinking a test as in your example to demonstrate if/how the parser handles it. If its unsupported then it'll be a negative test -- 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