Fix test compilation issue (#1609)

This commit is contained in:
Ifeanyi Ubah 2024-12-19 00:04:25 +01:00 committed by GitHub
parent e9ab4d6b94
commit fac84d81ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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!(