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

   ### Describe the bug
   
   `datasource` needs to be published before `catalog`:
   
   ```
      Packaging datafusion-catalog v47.0.0 
(/Users/andy/git/apache/datafusion/datafusion/catalog)
       Updating crates.io index
   error: failed to prepare local package for uploading
   
   Caused by:
     failed to select a version for the requirement `datafusion-datasource = 
"^47.0.0"`
   ```
   
   `session` needs to be published before `datasource`:
   
   ```
      Packaging datafusion-datasource v47.0.0 
(/Users/andy/git/apache/datafusion/datafusion/datasource)
       Updating crates.io index
   error: failed to prepare local package for uploading
   
   Caused by:
     no matching package named `datafusion-session` found
   ```
   
   `datafusion-datasource-avro`, `datafusion-datasource-csv`,  
``datafusion-datasource-json`, `datafusion-datasource-parquet` needs to be 
published before core:
   
   ```
      Packaging datafusion v47.0.0 
(/Users/andy/git/apache/datafusion/datafusion/core)
   error: failed to prepare local package for uploading
   
   Caused by:
     no matching package named `datafusion-datasource-avro` found
     location searched: crates.io index
   ```
   
   ### To Reproduce
   
   _No response_
   
   ### 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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to