alamb commented on issue #6377:
URL: 
https://github.com/apache/arrow-datafusion/issues/6377#issuecomment-1555133826

   🤔 
   
   Using datafusion-cli I was not able to reproduce this behavior
   
   ```shell
   $ datafusion-cli
   DataFusion CLI v24.0.0
   ❯ create table foo as select '1';
   0 rows in set. Query took 0.021 seconds.
   ❯ create table bar as select * from foo;
   0 rows in set. Query took 0.003 seconds.
   ```


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