zhangyue19921010 opened a new pull request #3145:
URL: https://github.com/apache/hudi/pull/3145
## What is the purpose of the pull request
1. Show the configurations in the form of a table making it easier to read
and find
| Option Name | Property | Required | Default | Remarks |
| ----------- | -------- | -------- | ------- | ------- |
| xxx | xxx | xxx | xxx | xxx |
2. Fix some document presentation problems:
- Missing default value of `hoodie.hbase.index.update.partition.path` false
- Duplicate configs of `hoodie.parquet.compression.codec`
- Wrong property of `withBootstrapModeForRegexMatch(modeForRegexMatch =
org.apache.hudi.client.bootstrap.METADATA_ONLY)`
- Wrong property of `withDatadogApiTimeoutSeconds(timeout = 3)`
- Wrong unit for `hoodie.parquet.max.file.size` default value `120MB` which
should be `125829120` in bytes and similar errors
- etc ...
## 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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]