diff --git a/tests/sqlparser_postgres.rs b/tests/sqlparser_postgres.rs index ff7b27048..9de8e0eb4 100644 --- a/tests/sqlparser_postgres.rs +++ b/tests/sqlparser_postgres.rs @@ -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 {