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

   Currently on CTAS supported
   ```
   create table the_nulls as values (null::bigint, 1), (null::bigint, 1), 
(null::bigint, 2);
   ```
   
   I think we also support traditional create table. Moreover we already have 
methods to create database.
   @alamb I can create a separate ticket for traditional create table stmt


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