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/03/22 11:54:38 UTC

[GitHub] [arrow-datafusion] metesynnada commented on issue #5654: Implement `COPY ... TO` statement

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

   At the moment, we do not support the `INSERT INTO` operation for files. However, we have developed an implementation and are awaiting the version updates of arrow-rs and object-store. You can find more details about this implementation in the following pull request: https://github.com/synnada-ai/arrow-datafusion/pull/62.
   
   In addition to this, the `COPY TO` syntax is a widely adopted method for sinking data. Therefore, we should introduce a new API in the `TableProvider` to accommodate this functionality.


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