alamb commented on code in PR #7291:
URL: https://github.com/apache/arrow-datafusion/pull/7291#discussion_r1297158154


##########
datafusion/sql/src/parser.rs:
##########
@@ -44,6 +44,35 @@ fn parse_file_type(s: &str) -> Result<String, ParserError> {
     Ok(s.to_uppercase())
 }
 
+/// DataFusion specific EXPLAIN (needed so we can EXPLAIN datafusion

Review Comment:
   I think the high level rationale is that sqlparser-rs intends to parse sql 
for one or more existing "standard" sql dialects (like MySQL or Postgres). 
However, these statements (`COPY` and `CREATE EXTERNAL TABLE` are DataFusion 
specific extensions). I will make a PR with some docs to to try and clarify 
this rationale



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

Reply via email to