You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "metesynnada (via GitHub)" <gi...@apache.org> on 2023/04/07 06:54:45 UTC

[GitHub] [arrow-datafusion] metesynnada commented on issue #5076: Re-implement `DataFrame.write_*` to use `LogicalPlan::Write`

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

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