iffyio commented on code in PR #1960:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1960#discussion_r2229202341
##
tests/sqlparser_snowflake.rs:
##
@@ -1104,6 +1066,59 @@ fn
parse_sf_create_table_or_view_with_dollar_quoted_comment() {
);
}
+#[test]
+fn pa
iffyio commented on code in PR #1960:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1960#discussion_r2226064958
##
tests/sqlparser_snowflake.rs:
##
@@ -1104,6 +1066,56 @@ fn
parse_sf_create_table_or_view_with_dollar_quoted_comment() {
);
}
+#[test]
+fn pa
yoavcloud opened a new pull request, #1960:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1960
Added support for `CREATE DYNAMIC TABLE` in Snowflake:
1. Extended `CreateTableBuilder` with new options
2. Removed the `CreateTableBuilder::validate_schema_info` function and
r