Fix merge conflict (#885)

This commit is contained in:
Andrew Lamb 2023-05-18 15:28:11 -04:00 committed by GitHub
parent ef46cd3752
commit f740d528da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),