metesynnada opened a new issue, #5988:
URL: https://github.com/apache/arrow-datafusion/issues/5988
### Is your feature request related to a problem or challenge?
I want to be able to use
```
Statement::Copy {
table_name,
columns,
to,
target,
options,
legacy_options,
values
}
```
in the logical plan, from SQLParser. It is mentioned in
https://github.com/apache/arrow-datafusion/issues/5076 and
https://github.com/apache/arrow-datafusion/issues/5130.
### Describe the solution you'd like
Add a logical plan enum for this operator that supports the
`statement::copy` fields.
### Describe alternatives you've considered
NA
### Additional context
NA
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]