Skip to content

chore(fsst): drop duplicate arrow-array dev-dependency#7616

Open
LuciferYang wants to merge 1 commit into
lance-format:mainfrom
LuciferYang:chore/fsst-drop-dup-arrow-array-dev-dep
Open

chore(fsst): drop duplicate arrow-array dev-dependency#7616
LuciferYang wants to merge 1 commit into
lance-format:mainfrom
LuciferYang:chore/fsst-drop-dup-arrow-array-dev-dep

Conversation

@LuciferYang

Copy link
Copy Markdown
Contributor

What

arrow-array was declared in both [dependencies] and [dev-dependencies] of the fsst crate. A normal dependency is already visible to tests, examples, and benches, so the [dev-dependencies] entry was redundant. This drops the duplicate line.

Tests

No behavior change — purely a dependency-manifest cleanup. cargo test -p fsst, cargo build -p fsst --example benchmark, and cargo clippy -p fsst --tests --benches -- -D warnings are green. No lockfile change, since arrow-array remains a workspace dependency.

arrow-array is already declared in [dependencies], which makes it
available to tests, examples, and benches. The [dev-dependencies] entry
was therefore redundant. No lockfile change (arrow-array remains a
workspace dependency).
@github-actions github-actions Bot added the chore label Jul 3, 2026
@codecov

codecov Bot commented Jul 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant