You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/05/19 19:28:23 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #6377: `create table as select ` should not print the output of the `select cause`

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org