iffyio commented on code in PR #2122:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2122#discussion_r2589072010
##########
tests/sqlparser_snowflake.rs:
##########
@@ -4635,3 +4635,9 @@ fn test_alter_dynamic_table() {
snowflake().verified_stmt("ALTER DYNAMIC TABLE my_dyn_table SUSPEND");
snowflake().verified_stmt("ALTER DYNAMIC TABLE my_dyn_table RESUME");
}
+
+#[test]
+fn test_alter_external_table() {
+ snowflake().verified_stmt("ALTER EXTERNAL TABLE some_table REFRESH");
Review Comment:
can we add a test scenario that includes the 'IF EXISTS' clause?
--
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]