alamb opened a new pull request, #6313: URL: https://github.com/apache/arrow-datafusion/pull/6313
# Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/5654 # Rationale for this change 1. I would like to to make it easier to test out datafusion (both for new comers as well as when I am trying to benchmark all the things) # What changes are included in this PR? (I'll try and break this up into smaller pieces for easier review but I want to show it all working together) - [x] Initial parser support for `COPY .. TO ...` statements - [x] New `LogicalPlan::CopyTo` variant - [x] Planing / Runtime support for copying to Parquet files -[ ] Parser tests -[ ] Add end user documentation -[ ] Properly support writing single parquet files -[ ] sqllogictests # Are these changes tested? Yes # Are there any user-facing changes? Yes there is a new (documented) statement -- 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]
