[#1274] feat: add shaded module for spark2 client - #1280
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1280 +/- ##
============================================
+ Coverage 54.13% 54.94% +0.80%
- Complexity 2147 2665 +518
============================================
Files 322 378 +56
Lines 14786 20797 +6011
Branches 1373 1976 +603
============================================
+ Hits 8005 11427 +3422
- Misses 6332 8672 +2340
- Partials 449 698 +249 see 59 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
roryqi
approved these changes
Oct 31, 2023
roryqi
left a comment
Contributor
There was a problem hiding this comment.
LGTM, thanks @xianjingfeng
smallzhongfeng
approved these changes
Oct 31, 2023
Member
Author
|
Merged. Thanks all. |
xianjingfeng
added a commit
that referenced
this pull request
Oct 31, 2023
### What changes were proposed in this pull request? add shaded module for spark2 client ### Why are the changes needed? Fix: #1274 ### Does this PR introduce any user-facing change? spark2 shaded jar is renamed to rss-client-spark2-shaded-${version}.jar ### How was this patch tested? CI (cherry picked from commit 576f7cb)
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?
add shaded module for spark2 client
Why are the changes needed?
Fix: #1274
Does this PR introduce any user-facing change?
spark2 shaded jar is renamed to rss-client-spark2-shaded-${version}.jar
How was this patch tested?
CI