Skip to content

Commit

Permalink
Add datafusion-cli thoughts
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 12, 2021
1 parent bd677ed commit 65910be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/source/specification/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,13 @@ TBD

## DataFusion CLI (`datafusion-cli`)

TODO: add relevant parts of https://github.com/apache/arrow-datafusion/issues/1096
Note: There are some additional thoughts on a datafusion-cli vision on [#1096](https://github.com/apache/arrow-datafusion/issues/1096#issuecomment-939418770).

- Better abstraction between REPL parsing and queries so that commands are separated and handled correctly
- Connect to the `Statistics` subsystem and have the cli print out more stats for query debugging, etc.
- Improved error handling for interactive use and shell scripting usage
- publishing to apt, brew, and possible NuGet registry so that people can use it more easily
- adopt a shorter name, like dfcli?

## Ballista

Expand Down

0 comments on commit 65910be

Please sign in to comment.