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

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   I tried `create table t1(a int, b int, c string) as values(0, 100, 'a')` but 
failed.
   The response is ``NotImplemented("Only `CREATE TABLE table_name AS SELECT 
...` statement is supported")``.
   
   **Describe the solution you'd like**
   Supporting specifying schema when create a table.


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