Skip to content

Move datafusion-federation to dev-dependencies - #62

Merged
hozan23 merged 2 commits into
mainfrom
fix/federation-dev-dependency
Sep 12, 2026
Merged

hozan23 merged 2 commits into
mainfrom
fix/federation-dev-dependency

Conversation

@backkem

@backkem backkem commented Sep 12, 2026

Copy link
Copy Markdown
Collaborator

The library crate does not use datafusion-federation; the only importer is examples/flight-sql.rs. Moving it to [dev-dependencies] drops it from the published crate's dependency graph.

The [workspace.dependencies] entry stays: datafusion-flight-sql-table-provider still uses it.

Closes #60

The library crate does not use datafusion-federation; only the
flight-sql example does. Fixes #60
Cargo.lock is not tracked, so a fresh resolve picks 0.5.6, which
requires datafusion 55 while the workspace is on 54. That builds two
datafusion trees and breaks datafusion-flight-sql-table-provider.
Pin until the datafusion 55 upgrade lands. Refs #60
@backkem
backkem added this pull request to stack #65 September 12, 2026 18:35
@hozan23
hozan23 merged commit 9b6fd21 into main Sep 12, 2026
14 checks passed
@alamb

alamb commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move datafusion-federation dependency to dev-dependencies

3 participants