andygrove opened a new issue, #7281:
URL: https://github.com/apache/arrow-datafusion/issues/7281

   ### Describe the bug
   
   I was attempting to publish DataFusion 29, and I could not publish the core 
`datafusion` crate because it has a dev-dependency on 
`datafusion-sqllogictest`, which is not yet published.
   
   ```
      Packaging datafusion v29.0.0 
(/home/andy/git/apache/arrow-datafusion/datafusion/core)
       Updating crates.io index
   error: failed to prepare local package for uploading
   
   Caused by:
     no matching package named `datafusion-sqllogictest` found
     location searched: registry `crates-io`
     required by package `datafusion v29.0.0 
(/home/andy/git/apache/arrow-datafusion/datafusion/core)`
   ```
   
   I cannot publish `datafusion-sqllogictest` either, because it depends on 
`datafusion`.
   
   ```
      Packaging datafusion-sqllogictest v29.0.0 
(/home/andy/git/apache/arrow-datafusion/datafusion/sqllogictest)
      Verifying datafusion-sqllogictest v29.0.0 
(/home/andy/git/apache/arrow-datafusion/datafusion/sqllogictest)
       Updating crates.io index
   error: failed to verify package tarball
   
   Caused by:
     failed to select a version for the requirement `datafusion = "^29.0.0"`
     candidate versions found which didn't match: 28.0.0, 27.0.0, 26.0.0, ...
     location searched: crates.io index
     required by package `datafusion-sqllogictest v29.0.0 
(/home/andy/git/apache/arrow-datafusion/target/package/datafusion-sqllogictest-29.0.0)`
   ```
   
   
   
   ### To Reproduce
   
   Try publishing datafusion crates from source release.
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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