Skip to content

Conversation

@yew1eb
Copy link
Contributor

@yew1eb yew1eb commented Jan 21, 2026

Which issue does this PR close?

Closes #1940

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

How was this patch tested?

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR extracts Rust test and lint logic into a standalone CI workflow to improve separation of concerns and maintainability.

Changes:

  • Removed cargo fix, fmt, and clippy commands from the build script (which were modifying source code during builds)
  • Removed Rust testing steps from the TPC-DS reusable workflow
  • Created a new dedicated rust-test.yml workflow for Rust linting and testing

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
dev/mvn-build-helper/build-native.sh Removed cargo fix, fmt, and clippy commands that were auto-modifying code during build
.github/workflows/tpcds-reusable.yml Removed rustfmt/clippy components and cargo test/clippy steps that are now in dedicated workflow
.github/workflows/rust-test.yml New standalone workflow for Rust formatting checks, linting, and testing with appropriate triggers

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@yew1eb
Copy link
Contributor Author

yew1eb commented Jan 23, 2026

cc @richox

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extract Rust test logic to standalone CI workflow

1 participant