mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-23 15:34:09 +00:00
Fix merge conflict (#885)
This commit is contained in:
parent
ef46cd3752
commit
f740d528da
1 changed files with 2 additions and 0 deletions
|
@ -3344,6 +3344,7 @@ fn test_parse_named_window() {
|
|||
})),
|
||||
distinct: false,
|
||||
special: false,
|
||||
order_by: vec![],
|
||||
}),
|
||||
alias: Ident {
|
||||
value: "min1".to_string(),
|
||||
|
@ -3368,6 +3369,7 @@ fn test_parse_named_window() {
|
|||
})),
|
||||
distinct: false,
|
||||
special: false,
|
||||
order_by: vec![],
|
||||
}),
|
||||
alias: Ident {
|
||||
value: "max1".to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue