You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/09 06:16:31 UTC

[GitHub] [arrow-datafusion] Jimexist commented on pull request #296: allow datafusion cli to take -- comments

Jimexist commented on pull request #296:
URL: https://github.com/apache/arrow-datafusion/pull/296#issuecomment-835705683


   ```
   ❯ cargo run --release --bin datafusion-cli -q
   > -- hello
   > select 1 num;
   +-----+
   | num |
   +-----+
   | 1   |
   +-----+
   1 rows in set. Query took 0 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.

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