Skip to content
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

[#434] refactor: New utility method to cover dynamic class loading in RSSUtils #1104

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Conversation

pegasas
Copy link
Contributor

@pegasas pegasas commented Aug 6, 2023

What changes were proposed in this pull request?

New utility method to cover dynamic class loading in RSSUtils

Why are the changes needed?

Fix: #434

Does this PR introduce any user-facing change?

No.

How was this patch tested?

CI passed.

@pegasas
Copy link
Contributor Author

pegasas commented Aug 6, 2023

try to resolve #434

@codecov-commenter
Copy link

codecov-commenter commented Aug 6, 2023

Codecov Report

Merging #1104 (e67141a) into master (dbb9890) will increase coverage by 1.19%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #1104      +/-   ##
============================================
+ Coverage     54.09%   55.29%   +1.19%     
- Complexity     2544     2545       +1     
============================================
  Files           386      366      -20     
  Lines         21882    19525    -2357     
  Branches       1811     1811              
============================================
- Hits          11837    10796    -1041     
+ Misses         9349     8104    -1245     
+ Partials        696      625      -71     
Files Changed Coverage Δ
.../uniffle/common/metrics/MetricReporterFactory.java 57.14% <100.00%> (ø)
.../java/org/apache/uniffle/common/util/RssUtils.java 55.88% <100.00%> (+0.65%) ⬆️

... and 20 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jerqi
Copy link
Contributor

jerqi commented Aug 7, 2023

Could you run the command to fix style issues?

mvn spotless:apply -Pspark3 -Pspark2 -Ptez -Pmr -Phadoop2.8

@jerqi jerqi changed the title [#434]New utility method to cover dynamic class loading in RSSUtils [#434] refactor: New utility method to cover dynamic class loading in RSSUtils Aug 7, 2023
@pegasas
Copy link
Contributor Author

pegasas commented Aug 7, 2023

Could you run the command to fix style issues?

mvn spotless:apply -Pspark3 -Pspark2 -Ptez -Pmr -Phadoop2.8

Sure. Will see why CI failed and fix it.

@pegasas pegasas marked this pull request as draft August 7, 2023 14:54
@pegasas pegasas marked this pull request as ready for review August 7, 2023 14:55
Copy link
Contributor

@jerqi jerqi left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @pegasas

@jerqi jerqi merged commit 8b8801b into apache:master Aug 7, 2023
32 checks passed
@pegasas
Copy link
Contributor Author

pegasas commented Aug 7, 2023

LGTM, thanks @pegasas

Thanks @jerqi for giving me a chance to uniffle.

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.

[Improvement] New utility method to cover dynamic class loading in RSSUtils
3 participants