alamb commented on issue #1587: URL: https://github.com/apache/arrow-datafusion/issues/1587#issuecomment-1036567915
I tested publishing `7.0.0-alpha` to crates.io using https://github.com/alamb/arrow-datafusion/tree/alamb/test_publish then going into each crate like this: `cd datafusion-common && cargo publish` * https://crates.io/crates/datafusion-common/7.0.0-alpha * https://crates.io/crates/datafusion-expr/7.0.0-alpha * https://crates.io/crates/datafusion/7.0.0-alpha One thing I noticed is that `datafusion-cli` depends on ballista, and so without a ballista release we can't also do a datafusion-cli release 🤔 But maybe that is ok and we can do a datafusion-cli release later (or maybe even move datafusion cli into the contrib repo, or perhaps make the ballista dependency optional) -- 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]
