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 2024/03/13 07:24:25 UTC

Re: [I] Aligning COPY TO and CREATE TABLE Syntax [arrow-datafusion]

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

   > > Can we align with CREATE EXTERNAL TABLE syntax, what do you think?
   > 
   > I think one challenge is that `CREATE EXTERNAL TABLE` is a DataFusion thing (not some other standard dialect) so putting it upstream in sqlparser-rs may not be appropriate (as it is only for DataFusion)...
   > 
   > If we are to align `COPY TO` to look like `CREATE EXTERNAL TABLE` I think it should be done in the DataFusion parser rather than sqlparser
   
   Datafusion owns the COPY statement, so this change will be quite easy. I am preparing a PR for this.


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