metesynnada commented on issue #5575:
URL: 
https://github.com/apache/arrow-datafusion/issues/5575#issuecomment-1467448797

   > I tried to test `CREATE TABLE table_without_values(field1 BIGINT NULL, 
field2 BIGINT NULL);`, but found `Error: NotImplemented("Only `CREATE TABLE 
table_name AS SELECT ...` statement is supported")`. Is it reasonable?
   
   >  I can create a separate ticket for traditional create table stmt
   
   Given that MemTable can now be appended, incorporating support for it in the 
planner is a simple task. There is no need to restrict the creation of an empty 
memory table  @comphead .
   
   Also, I believe this would also make for a good first issue.


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