Skip to content

chore!(rust): remove DataFusion driver#4455

Open
lidavidm wants to merge 1 commit into
apache:mainfrom
lidavidm:remove-datafusion
Open

chore!(rust): remove DataFusion driver#4455
lidavidm wants to merge 1 commit into
apache:mainfrom
lidavidm:remove-datafusion

Conversation

@lidavidm

@lidavidm lidavidm commented Jul 2, 2026

Copy link
Copy Markdown
Member

Maintenance of this driver has moved to a third party. Additionally, this makes it easier to deal with dependency upgrades (DataFusion tends to lag behind a bit).

@lidavidm lidavidm requested a review from amoeba July 2, 2026 03:20
@lidavidm

lidavidm commented Jul 2, 2026

Copy link
Copy Markdown
Member Author

CC @eitsupi

@lidavidm lidavidm marked this pull request as ready for review July 2, 2026 03:22
Comment on lines 219 to 233
@@ -244,7 +227,7 @@ jobs:
-p arrow-schema \
-p arrow-select

# If the lock file was updated, run the tests except for adbc_datafusion
# If the lock file was updated, run the tests
if ! git diff --quiet Cargo.lock; then
cargo test --all-targets --all-features --workspace --exclude adbc_datafusion
cargo test --all-targets --all-features --workspace
fi

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The purpose of this test is to test the case where Cargo.lock does not point to the latest arrow due to constraints imposed by Datafusion, so it can probably be removed.

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.

2 participants