mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
BigQuery: Add support for CREATE SCHEMA
options (#1742)
This commit is contained in:
parent
862e887a66
commit
f81aed6359
4 changed files with 57 additions and 6 deletions
|
@ -988,6 +988,8 @@ fn parse_create_schema_if_not_exists() {
|
|||
Statement::CreateSchema {
|
||||
if_not_exists: true,
|
||||
schema_name,
|
||||
options: _,
|
||||
default_collate_spec: _,
|
||||
} => assert_eq!("schema_name", schema_name.to_string()),
|
||||
_ => unreachable!(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue