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

Fixes errors in doc header and operator install command #506

Merged
merged 2 commits into from
Jan 20, 2023

Conversation

zuston
Copy link
Member

@zuston zuston commented Jan 20, 2023

What changes were proposed in this pull request?

Fixes errors in doc header and operator install command

Why are the changes needed?

Fixes errors in doc header and operator install command

Does this PR introduce any user-facing change?

No

How was this patch tested?

Don't need

@zuston zuston requested a review from kaijchen January 20, 2023 02:25
@codecov-commenter
Copy link

codecov-commenter commented Jan 20, 2023

Codecov Report

Merging #506 (7e02db8) into master (6307ecb) will increase coverage by 0.80%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #506      +/-   ##
============================================
+ Coverage     58.83%   59.64%   +0.80%     
- Complexity     1707     1753      +46     
============================================
  Files           206      205       -1     
  Lines         11508    11488      -20     
  Branches       1030     1028       -2     
============================================
+ Hits           6771     6852      +81     
+ Misses         4323     4232      -91     
+ Partials        414      404      -10     
Impacted Files Coverage Δ
...rg/apache/uniffle/server/buffer/ShuffleBuffer.java 93.38% <0.00%> (-1.66%) ⬇️
...java/org/apache/uniffle/common/util/Constants.java
.../org/apache/uniffle/common/util/UnitConverter.java 100.00% <0.00%> (+52.63%) ⬆️
.../org/apache/uniffle/common/config/ConfigUtils.java 95.55% <0.00%> (+61.11%) ⬆️

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


http://www.apache.org/licenses/LICENSE-2.0

http://www.apache.org/licenses/LICENSE-2.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need to change this? Looks like other docs also uses this format.

https://github.com/apache/incubator-uniffle/blob/master/docs/server_guide.md?plain=1

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Can we just move the lisense into comments instead of yaml header?

Copy link
Member Author

Choose a reason for hiding this comment

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

Comments? I don't get your point. I have uploaded latest commit and fixed its style.

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 @zuston for the fix.

@kaijchen kaijchen merged commit 211090f into apache:master Jan 20, 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.

None yet

3 participants