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/08 13:04:39 UTC

[GitHub] [arrow-datafusion] Jimexist commented on pull request #295: Add json print format mode to datafusion cli

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


   ```
   ❯ echo 'select 123 num union all select 234 num union all select 456 num;' | cargo run --release --bin datafusion-cli -q -- --format json
   [{"num":234},{"num":123},{"num":456}]
   3 row 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