mvanschellebeeck opened a new issue, #4396:
URL: https://github.com/apache/arrow-datafusion/issues/4396

   **Describe the solution you'd like**
   Support the CREATE TABLE expression, e.g.
   `CREATE TABLE t1(a INTEGER, b INTEGER, c INTEGER, d INTEGER, e INTEGER);`
   
   Executing this with `datafusion-cli` shows:
   ```bash
   DataFusion CLI v14.0.0
   ❯ CREATE TABLE t1(a INTEGER, b INTEGER, c INTEGER, d INTEGER, e INTEGER);
   NotImplemented("Only `CREATE TABLE table_name AS SELECT ...` statement is 
supported")
   ```
   
   **Additional context**
   The ability to create a table with one statement and then insert values into 
it throughout a sessions forms the basis of a lot of 
[sqllogictests](https://www.sqlite.org/sqllogictest/file?name=test/select1.test&ci=tip)
 we want to incorporate into testing. See 
https://github.com/apache/arrow-datafusion/issues/4248
   


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