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/13 10:13:19 UTC

[GitHub] [arrow-datafusion] metesynnada opened a new issue, #5988: SQLParser COPY TO query support

metesynnada opened a new issue, #5988:
URL: https://github.com/apache/arrow-datafusion/issues/5988

   ### Is your feature request related to a problem or challenge?
   
   I want to be able to use 
   
   ```
   Statement::Copy {
                   table_name,
                   columns,
                   to,
                   target,
                   options,
                   legacy_options,
                   values
               }
   ```
   
   in the logical plan, from SQLParser. It is mentioned in https://github.com/apache/arrow-datafusion/issues/5076 and https://github.com/apache/arrow-datafusion/issues/5130.
   
   ### Describe the solution you'd like
   
   Add a logical plan enum for this operator that supports the `statement::copy` fields.
   
   ### Describe alternatives you've considered
   
   NA
   
   ### Additional context
   
   NA


-- 
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.apache.org

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


[GitHub] [arrow-datafusion] alamb commented on issue #5988: LogicalPlan COPY TO statement support

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #5988:
URL: https://github.com/apache/arrow-datafusion/issues/5988#issuecomment-1548164295

   I plan a PR for this shortly


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


[GitHub] [arrow-datafusion] alamb closed issue #5988: LogicalPlan COPY TO statement support

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #5988: LogicalPlan COPY TO statement support
URL: https://github.com/apache/arrow-datafusion/issues/5988


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


[GitHub] [arrow-datafusion] alamb commented on issue #5988: LogicalPlan COPY TO statement support

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #5988:
URL: https://github.com/apache/arrow-datafusion/issues/5988#issuecomment-1548559829

   Proposed PR: https://github.com/apache/arrow-datafusion/pull/6355


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


[GitHub] [arrow-datafusion] alamb commented on issue #5988: LogicalPlan COPY TO statement support

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #5988:
URL: https://github.com/apache/arrow-datafusion/issues/5988#issuecomment-1541056552

   This is included in https://github.com/apache/arrow-datafusion/pull/6313


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