You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/05/11 02:39:53 UTC

[GitHub] [arrow-datafusion] alamb commented on pull request #6313: Implement initial support for `COPY ... TO ... ` statement

alamb commented on PR #6313:
URL: https://github.com/apache/arrow-datafusion/pull/6313#issuecomment-1543247384

   Thank you for the heads up - I will study the PR you mention.
   
   On Wed, May 10, 2023 at 5:02 PM Mehmet Ozan Kabak ***@***.***>
   wrote:
   
   > ***@***.**** commented on this pull request.
   > ------------------------------
   >
   > In datafusion/core/src/execution/context.rs
   > <https://github.com/apache/arrow-datafusion/pull/6313#discussion_r1190432381>
   > :
   >
   > > @@ -450,6 +457,36 @@ impl SessionContext {
   >          self.read_batch(record_batch)
   >      }
   >
   > +    // Execute a COPY TO statement, returning the number of rows
   >
   > I think we have something you may be able to leverage, check this PR
   > <https://github.com/synnada-ai/arrow-datafusion/pull/89> out. It extends
   > the ExecutionPlan approach to writing files, I think you can leverage that
   > work here too.
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/arrow-datafusion/pull/6313#discussion_r1190432381>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AADXZMJBIT634DSGELJU3XLXFQF7FANCNFSM6AAAAAAX37ZGKA>
   > .
   > You are receiving this because you authored the thread.Message ID:
   > ***@***.***>
   >
   


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