metesynnada commented on issue #5076:
URL: 
https://github.com/apache/arrow-datafusion/issues/5076#issuecomment-1499999574

   We can also support `Statement::Copy` in SQL with this `LogicalPlan::Write`. 
So it may handle
   ```
   Statement::Copy {
                   table_name,
                   columns,
                   to,
                   target,
                   options,
                   legacy_options,
                   values
               }
   ```
   properties, i.e support on `CopyTarget::File` with `CopyOption`.  Perhaps We 
can handle the same options in `DataFrame.write_*`,
   


-- 
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]

Reply via email to