Skip to content

Conversation

@andygrove
Copy link
Member

@andygrove andygrove commented Mar 31, 2025

Which issue does this PR close?

Closes #1579

Rationale for this change

Run Comet tests for 3.5.2 through 3.5.4 to avoid introducing regressions for those releases

What changes are included in this PR?

How are these changes tested?

@codecov-commenter
Copy link

codecov-commenter commented Mar 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.65%. Comparing base (f09f8af) to head (bc9170a).
Report is 111 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1582      +/-   ##
============================================
+ Coverage     56.12%   58.65%   +2.52%     
- Complexity      976     1028      +52     
============================================
  Files           119      123       +4     
  Lines         11743    12421     +678     
  Branches       2251     2337      +86     
============================================
+ Hits           6591     7285     +694     
+ Misses         4012     3965      -47     
- Partials       1140     1171      +31     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andygrove andygrove marked this pull request as ready for review March 31, 2025 22:15
Comment on lines +105 to +107
- if: matrix.test-target == 'rust'
name: Rust test steps
uses: ./.github/actions/rust-test
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: the rust test seems to be redundant, but ok

Copy link
Member Author

Choose a reason for hiding this comment

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

I agree. We also run the rust tests for multiple spark versions which is also redundant. I will create a follow-on PR to improve.

@kazuyukitanimura kazuyukitanimura merged commit dcce4e3 into apache:main Apr 1, 2025
80 checks passed
@kazuyukitanimura
Copy link
Contributor

Thanks @andygrove @parthchandra

@andygrove andygrove deleted the spark-support-35 branch July 10, 2025 22:08
coderfender pushed a commit to coderfender/datafusion-comet that referenced this pull request Dec 13, 2025
## Which issue does this PR close?

Closes apache#1579

## Rationale for this change

Run Comet tests for 3.5.2 through 3.5.4 to avoid introducing regressions for those releases
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.

Clarify policy for supported Spark versions

4 participants