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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
