-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo cannot install datafusion-cli with version 5 #883
Comments
datafusion-cli has been moved into its own crate in 5.0.0 release, but we haven't released a new version of the cli yet with the 5.0.0 release. @andygrove @alamb we don't have datafusion-cli name reserved in crates.io, do we want to publish it to crates.io? Or do you expect us to only release binaries for the cli going forword? |
I think we should be publishing the crate. We cannot release from the source tarball that was voted on because it has a snapshot version and also a path dependency on DataFusion, so we'll need to fix this for the next release. On a related note, I'd like the CLI to support Ballista as well, and there is the choice to extend datafusion-cli or create a new ballista-cli. See #886. It would be good to make a decision on approach before we start reserving crate names. |
#885 has datafusion-cli dependency fixed. |
I agree that publishing a separate |
Yes, agreed 👍 |
related Homebrew/homebrew-core#88184 |
this is now blocked by #1332 |
Describe the bug
In datafusion 4 i can install datafusion-cli just by installing datafusion via cargo but now when i want to install/update datafusion it says
To Reproduce
just issue command
cargo install datafusion
Expected behavior
Install datafusion-cli with command
cargo install datafusion
The text was updated successfully, but these errors were encountered: