We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53944f4 commit ca9b3d6Copy full SHA for ca9b3d6
1 file changed
tests/sqlparser_bigquery.rs
@@ -2893,7 +2893,8 @@ fn test_alter_schema() {
2893
2894
#[test]
2895
fn test_create_snapshot_table() {
2896
- bigquery_and_generic().verified_stmt("CREATE SNAPSHOT TABLE dataset_id.table1 CLONE dataset_id.table2");
+ bigquery_and_generic()
2897
+ .verified_stmt("CREATE SNAPSHOT TABLE dataset_id.table1 CLONE dataset_id.table2");
2898
2899
bigquery().verified_stmt(
2900
"CREATE SNAPSHOT TABLE IF NOT EXISTS dataset_id.table1 CLONE dataset_id.table2",
0 commit comments