Skip to content

Documentation for publishing crates is missing some crates #15781

@andygrove

Description

@andygrove

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions