iffyio commented on code in PR #2329:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2329#discussion_r3160065093
##########
tests/sqlparser_snowflake.rs:
##########
@@ -471,13 +471,6 @@ fn test_snowflake_create_invalid_temporal_table() {
))
);
- assert_eq!(
- snowflake().parse_sql_statements("CREATE TEMP VOLATILE TABLE my_table
(a INT)"),
Review Comment:
this scenario no longer applies now that the parser accepts `VOLATILE`
option in a create table statement
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]