mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +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]
|
.from[0]
|
||||||
.relation,
|
.relation,
|
||||||
TableFactor::Table {
|
table_from_name(ObjectName(vec![Ident::new("foo-123"), Ident::new("bar")])),
|
||||||
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,
|
|
||||||
}
|
|
||||||
);
|
);
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue