mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-22 15:04:04 +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 {
|
source: CopySource::Query(Box::new(Query {
|
||||||
with: None,
|
with: None,
|
||||||
body: Box::new(SetExpr::Select(Box::new(Select {
|
body: Box::new(SetExpr::Select(Box::new(Select {
|
||||||
distinct: false,
|
distinct: None,
|
||||||
top: None,
|
top: None,
|
||||||
projection: vec![
|
projection: vec![
|
||||||
SelectItem::ExprWithAlias {
|
SelectItem::ExprWithAlias {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue