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

[#863] feat(coordinator): support comments in exclude node files #874

Merged
merged 1 commit into from
May 11, 2023

Conversation

yl09099
Copy link
Contributor

@yl09099 yl09099 commented May 11, 2023

What changes were proposed in this pull request?

Support comments in exclude node files for easy annotation of changes.

Why are the changes needed?

Fix: #863

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Updated UT: SimpleClusterManagerTest

@smallzhongfeng smallzhongfeng changed the title [#863] improvement(coordinator):Exclude node files support comments f… [#863] improvement(coordinator):Exclude node files support comments for easy annotation of changes May 11, 2023
smallzhongfeng

This comment was marked as duplicate.

Copy link
Contributor

@smallzhongfeng smallzhongfeng 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 @yl09099

@codecov-commenter
Copy link

codecov-commenter commented May 11, 2023

Codecov Report

Merging #874 (ab2c2fc) into master (1ea1f1b) will increase coverage by 2.13%.
The diff coverage is 50.00%.

@@             Coverage Diff              @@
##             master     #874      +/-   ##
============================================
+ Coverage     56.58%   58.72%   +2.13%     
- Complexity     2175     2176       +1     
============================================
  Files           327      307      -20     
  Lines         15981    13621    -2360     
  Branches       1263     1263              
============================================
- Hits           9043     7999    -1044     
+ Misses         6430     5185    -1245     
+ Partials        508      437      -71     
Impacted Files Coverage Δ
...ache/uniffle/coordinator/SimpleClusterManager.java 75.31% <50.00%> (ø)

... and 20 files with indirect coverage changes

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

Copy link
Contributor

@kaijchen kaijchen 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 @yl09099

@kaijchen kaijchen changed the title [#863] improvement(coordinator):Exclude node files support comments for easy annotation of changes [#863] feat(coordinator): support comments in exclude node files May 11, 2023
@kaijchen kaijchen merged commit 9c26c1b into apache:master May 11, 2023
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] Exclude node files support comments for easy annotation of changes
5 participants