alamb commented on issue #2095: URL: https://github.com/apache/arrow-datafusion/issues/2095#issuecomment-1092704227
Hi @happysalada --I don't expect we'll release datafusion-cli to crates.io. The reason that the datafusion-cli crate was not published (to crates.io) for 7.0.0 is that it depends on `ballista` which did not have a 7.0 release. For now, you can probably install datafusion-cli from source / github if you want As backstory, datafusion-cli is mostly a debugging / development tool for datafusion and ballista -- and clients such as https://github.com/roapi/roapi or https://github.com/datafusion-contrib/datafusion-python were more appropriate for end users. If you wanted to make a datafusion-cli crate that was publishable (or break something similar into https://github.com/datafusion-contrib) I think it could be useful. -- 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]
