mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 03:07:20 +00:00
Fix tests
This commit is contained in:
parent
b3b88d7416
commit
7697d35d86
2 changed files with 2 additions and 1 deletions
|
@ -5060,7 +5060,7 @@ impl<'a> Parser<'a> {
|
||||||
managed_location,
|
managed_location,
|
||||||
or_replace: false,
|
or_replace: false,
|
||||||
transient: false,
|
transient: false,
|
||||||
clone: None,
|
clone,
|
||||||
data_retention_time_in_days: None,
|
data_retention_time_in_days: None,
|
||||||
max_data_extension_time_in_days: None,
|
max_data_extension_time_in_days: None,
|
||||||
external_volume: None,
|
external_volume: None,
|
||||||
|
|
|
@ -7968,6 +7968,7 @@ fn parse_create_database() {
|
||||||
location,
|
location,
|
||||||
managed_location,
|
managed_location,
|
||||||
clone,
|
clone,
|
||||||
|
..
|
||||||
} => {
|
} => {
|
||||||
assert_eq!("mydb", db_name.to_string());
|
assert_eq!("mydb", db_name.to_string());
|
||||||
assert!(!if_not_exists);
|
assert!(!if_not_exists);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue