andygrove opened a new issue, #3265: URL: https://github.com/apache/arrow-datafusion/issues/3265
**Describe the bug** `CREATE TABLE` should just create the table and not run a query selecting the contents of the table. ``` ❯ create table test as select 1; +----------+ | Int64(1) | +----------+ | 1 | +----------+ ``` This issue was already fixed for `CREATE VIEW` in https://github.com/apache/arrow-datafusion/issues/3236 **To Reproduce** :point_up: **Expected behavior** :point_up: **Additional context** None -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org