[#2370] Improvement: Fix the warning: [unchecked] unchecked call to add(E) as a member of the raw type List#2371
Merged
roryqi merged 2 commits intoapache:masterfrom Mar 3, 2025
Merged
Conversation
a69b9d7 to
95a0756
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2371 +/- ##
============================================
+ Coverage 44.18% 51.44% +7.26%
- Complexity 0 3026 +3026
============================================
Files 21 478 +457
Lines 2553 23085 +20532
Branches 0 2129 +2129
============================================
+ Hits 1128 11877 +10749
- Misses 1352 10463 +9111
- Partials 73 745 +672 ☔ View full report in Codecov by Sentry. |
ff5c8d6 to
f95c9b1
Compare
Collaborator
Author
|
Hi @jerqi @zuston We cannot install the native libs when running github action, can you help to solve it, thanks.
|
Contributor
Member
Contributor
f95c9b1 to
cf9e0be
Compare
Collaborator
Author
|
Hi @jerqi Do you mean this file? https://github.com/apache/incubator-uniffle/blob/master/.github/workflows/rust.yml
|
…l to add(E) as a member of the raw type List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What changes were proposed in this pull request?
Fix the warning: [unchecked] unchecked call to add(E) as a member of the raw type List
Why are the changes needed?
Fix: #2370
Does this PR introduce any user-facing change?
No.
How was this patch tested?