Fix logical merge conflict (#865)

This commit is contained in:
Andrew Lamb 2023-05-02 07:07:56 -04:00 committed by GitHub
parent 0ff863b2c7
commit be85f54ca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -930,7 +930,7 @@ fn parse_copy_to() {
source: CopySource::Query(Box::new(Query {
with: None,
body: Box::new(SetExpr::Select(Box::new(Select {
distinct: false,
distinct: None,
top: None,
projection: vec![
SelectItem::ExprWithAlias {