mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Fix test compilation issue (#1609)
This commit is contained in:
parent
e9ab4d6b94
commit
fac84d81ee
1 changed files with 1 additions and 10 deletions
|
@ -1512,16 +1512,7 @@ fn parse_hyphenated_table_identifiers() {
|
|||
)
|
||||
.from[0]
|
||||
.relation,
|
||||
TableFactor::Table {
|
||||
name: ObjectName(vec![Ident::new("foo-123"), Ident::new("bar")]),
|
||||
alias: None,
|
||||
args: None,
|
||||
with_hints: vec![],
|
||||
version: None,
|
||||
partitions: vec![],
|
||||
with_ordinality: false,
|
||||
json_path: None,
|
||||
}
|
||||
table_from_name(ObjectName(vec![Ident::new("foo-123"), Ident::new("bar")])),
|
||||
);
|
||||
|
||||
assert_eq!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue