mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 14:28:22 +00:00
Support parsing empty map literal syntax for DuckDB and Genric (#1361)
This commit is contained in:
parent
d49acc67b1
commit
8f8c96f87f
2 changed files with 19 additions and 25 deletions
|
@ -10282,6 +10282,8 @@ fn test_map_syntax() {
|
|||
}),
|
||||
},
|
||||
);
|
||||
|
||||
check("MAP {}", Expr::Map(Map { entries: vec![] }));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue