alamb opened a new pull request, #6355:
URL: https://github.com/apache/arrow-datafusion/pull/6355

   # Which issue does this PR close?
   Closes https://github.com/apache/arrow-datafusion/issues/5988
   
   # Rationale for this change
   
   I am working on https://github.com/apache/arrow-datafusion/issues/5654 
(mostly so I can better benchmark datafusion) and part of the code needed for 
this is parser support. 
   
   # What changes are included in this PR?
   - [x] Parser support for `COPY .. TO ...` statements based on duckdb syntax: 
https://duckdb.org/docs/sql/statements/copy
   
   # Are these changes tested?
   Yes
   # Are there any user-facing changes?
   New syntax is parsed, but throws a `"COPY .. TO .. statement is yet 
supported"` when used


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to