sathyaprakashg opened a new pull request #1664:
URL: https://github.com/apache/hudi/pull/1664
## What is the purpose of the pull request
Default value of number of delta commits required to do inline compaction
(hoodie.compact.inline.max.delta.commits) is currently 1. Because of this by
default every delta commit to MERGE ON READ table is doing inline compaction as
well automatically.
I think default value of 1 is little overkill and also it will make MERGE ON
READ work like COPY ON WRITE with compaction on every run. I am propsing to
increaset the value to old default of 10.
## Brief change log
- *Increate default for hoodie.compact.inline.max.delta.commits from 1 to
10*
## Verify this pull request
This pull request is a trivial rework / code cleanup without any test
coverage.
## Committer checklist
- [x] Has a corresponding JIRA in PR title & commit
- [x] Commit message is descriptive of the change
- [x] 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]