alamb commented on issue #890:
URL:
https://github.com/apache/arrow-datafusion/issues/890#issuecomment-972800603
> Thanks @alamb ! I just noticed I forgot to add (cd datafusion-cli && cargo
publish) in the release doc, could you help run that command as well? I will
send a PR to get the doc updated later today.
Hi @houqp
I tried to publish `datafusion-cli` and I got the following error. It looks
like datafusion-cli relies on ballista somehow
```
(arrow_dev)
alamb@MacBook-Pro:~/Downloads/apache-arrow-datafusion-6.0.0/datafusion-cli$
cargo publish
Updating crates.io index
warning: manifest has no description.
See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata
for more info.
Packaging datafusion-cli v5.1.0-SNAPSHOT
(/Users/alamb/Downloads/apache-arrow-datafusion-6.0.0/datafusion-cli)
error: failed to prepare local package for uploading
Caused by:
failed to select a version for the requirement `ballista = "^0.6.0"`
candidate versions found which didn't match: 0.5.0, 0.3.0, 0.2.5, ...
location searched: crates.io index
required by package `datafusion-cli v5.1.0-SNAPSHOT
(/Users/alamb/Downloads/apache-arrow-datafusion-6.0.0/datafusion-cli)`
```
--
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]