mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-08 01:15:00 +00:00
Support multi args for unnest (#909)
Signed-off-by: jayzhan211 <jayzhan211@gmail.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
This commit is contained in:
parent
f05f71e20d
commit
20ac38b4da
6 changed files with 98 additions and 14 deletions
|
@ -2407,7 +2407,7 @@ fn parse_create_role() {
|
|||
in_role,
|
||||
in_group,
|
||||
role,
|
||||
user,
|
||||
user: _,
|
||||
admin,
|
||||
authorization_owner,
|
||||
}],
|
||||
|
@ -2435,7 +2435,6 @@ fn parse_create_role() {
|
|||
assert_eq_vec(&["role1", "role2"], in_role);
|
||||
assert!(in_group.is_empty());
|
||||
assert_eq_vec(&["role3"], role);
|
||||
assert!(user.is_empty());
|
||||
assert_eq_vec(&["role4", "role5"], admin);
|
||||
assert_eq!(*authorization_owner, None);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue