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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org