alamb commented on code in PR #9955:
URL: https://github.com/apache/arrow-datafusion/pull/9955#discussion_r1552445101


##########
datafusion-cli/Cargo.toml:
##########
@@ -45,7 +45,6 @@ datafusion = { path = "../datafusion/core", version = 
"37.0.0", features = [
     "unicode_expressions",
     "compression",
 ] }
-datafusion-common = { path = "../datafusion/common" }

Review Comment:
   I had to change this to
   ```toml
   datafusion-common = { path = "../datafusion/common", version="37.0.0" }
   ```
   
   to get `datafusion-cli` to publish. I think removing the whole dependency is 
cleaner that adding a version that needs to be kept in sync



-- 
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]

Reply via email to