You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/05/05 11:02:05 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #6238: Support WITH clause in CREATE TABLE Statements

alamb commented on issue #6238:
URL: https://github.com/apache/arrow-datafusion/issues/6238#issuecomment-1536086753

   👋  welcome! 
   
   This seems reasonable to me -- `CREATE TABLE` already has some version of this:
   
   https://docs.rs/datafusion-expr/23.0.0/datafusion_expr/logical_plan/struct.CreateExternalTable.html
   
   ```rust
       pub options: HashMap<String, String>,
   ```
   
   Are you thinking to make a new `CreateTable` statement with the various parsed bits?
   


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