Explore cargo matrix to verify feature combinations in CI
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
maybe we could explore cargo matrix: https://crates.io/crates/cargo-matrix
though figure out a way to only test a subset of the features instead of every combination (like to be quite expensive?)
_Originally posted by @Jefffrey in https://github.com/apache/datafusion/pull/24475#discussion_r3817997887_
Contributor guide
Research direction
Start by reviewing the cargo-matrix project linked in the issue and DataFusion's existing CI entry points. Determine how feature combinations are currently selected and define a bounded subset that avoids testing every combination. Done means CI verifies the chosen feature combinations without making the matrix unnecessarily expensive.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100