andygrove opened a new issue, #5076: URL: https://github.com/apache/arrow-datafusion/issues/5076
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** We have DataFrame methods such as `write_parquet` that create a physical plan and execute it, then write the results to disk. This was implemented this way because, at the time, there was no "write" concept in the logical plan. We now have `LogicalPlan:Dml` so it would make sense to use that and implement a physical operator to perform the write so that this logic can be used more generically. **Describe the solution you'd like** As described. **Describe alternatives you've considered** **Additional context** -- 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]
