-
Notifications
You must be signed in to change notification settings - Fork 270
chore: Run Comet tests for more Spark versions #1582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. 🚀 New features to boost your workflow:
|
| - if: matrix.test-target == 'rust' | ||
| name: Rust test steps | ||
| uses: ./.github/actions/rust-test |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
|
Thanks @andygrove @parthchandra |
## 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
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?