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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org