mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-08 01:15:00 +00:00
Fix logical merge conflict (#865)
This commit is contained in:
parent
0ff863b2c7
commit
be85f54ca3
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue