-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot release DataFusion 36.0.0 to crates.io due to circular dependency #9277
Comments
The dependency was introduced in #9137 |
It should be just a dev dependency - I had to add it to get the rustdocs to work. I am unsure how that would affect crates.io deployment but removing it I think would require the removal (or moving ... to where I don't know) of the rustdoc for regexp_like. |
Someone else with the same issue: https://users.rust-lang.org/t/circular-dev-dependency/69519/8 |
As a short-term fix, we can tag the rustdoc with |
Describe the bug
It is not possible to publish
datafusion-physical-expr
to crates.io because it has a dependency ondatafusion
(datafusion-core), and datafusion-core depends ondatafusion-physical-expr
.To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: