-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[DOCS] Fix link rendering error in Docker Demo and some other typos #6083
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
Conversation
|
hi @danny0405 , can you help to review this, thanks. |
yihua
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zhoulii Thanks for your first contribution!
website/docs/configurations.md
Outdated
|
|
||
| > #### hoodie.keep.min.commits | ||
| > Similar to hoodie.keep.max.commits, but controls the minimum number ofinstants to retain in the active timeline.<br></br> | ||
| > Similar to hoodie.keep.max.commits, but controls the minimum number of instants to retain in the active timeline.<br></br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please refrain from changing the configurations.md directly. This is automatically generated and updated based on the Hudi config classes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I addressed it in #6542.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yihua Thanks for reviewing.
2b062eb to
90ac46d
Compare
|
Hi @yihua, I add a new commit to solve the conflict (seems not work), and there are three commits for this PR,Do I need to squash these commits? |
a10ced8 to
5c2b583
Compare
Don't worry about it. I'll do the squash and merge so you don't have to squash the commits. |
What is the purpose of the pull request
fix link rendering error in Docker Demo and some other typos.
Verify this pull request
This pull request is a trivial rework without any test coverage.
Committer checklist
Has a corresponding JIRA in PR title & commit
Commit message is descriptive of the change
CI is green
Necessary doc changes done or have another open PR
For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.