-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Some crates are missing and some crates are in the wrong order.
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
comphead
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working