andygrove opened a new issue, #3077: URL: https://github.com/apache/arrow-datafusion/issues/3077
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The CLI `Cargo.lock` is nearly always out of date because the CLI is not part of the workspace. We have to update it periodically. Why don't we add `datafusion-cli` to the workspace, as we did recently in Ballista? https://github.com/apache/arrow-ballista/pull/89 **Describe the solution you'd like** Add `datafusion-cli` to workspace **Describe alternatives you've considered** None **Additional context** None -- 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]
