Skip to content

Cannot release DataFusion 36.0.0 to crates.io due to circular dependency #9277

@andygrove

Description

@andygrove

Describe the bug

It is not possible to publish datafusion-physical-expr to crates.io because it has a dependency on datafusion (datafusion-core), and datafusion-core depends on datafusion-physical-expr.

Caused by:
  failed to select a version for the requirement `datafusion = "^36.0.0"`
  candidate versions found which didn't match: 35.0.0, 34.0.0, 33.0.0, ...
  location searched: crates.io index
  required by package `datafusion-physical-expr v36.0.0 (/home/andy/git/apache/arrow-datafusion/target/package/datafusion-physical-expr-36.0.0)`

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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions