-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[HUDI-7429] Fixing average record size estimation for delta commits #10763
Conversation
...ark-client/src/test/java/org/apache/hudi/table/action/commit/TestAverageRecordSizeUtils.java
Outdated
Show resolved
Hide resolved
...i-spark-client/src/main/java/org/apache/hudi/table/action/commit/AverageRecordSizeUtils.java
Show resolved
Hide resolved
367c1d6
to
95411f5
Compare
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.
LGTM.
...i-spark-client/src/main/java/org/apache/hudi/table/action/commit/AverageRecordSizeUtils.java
Outdated
Show resolved
Hide resolved
9a575fe
to
34ffbbc
Compare
Hello, Is there a reason why we think including |
Change Logs
Avg record size calculation only considers COMMIT actions for now. Fixing it to include replace commits and delta commits as well.
Impact
Fixing avg record size estimation for delta commits and replace commits.
Risk level (write none, low medium or high below)
low
Documentation Update
Describe any necessary documentation update if there is any new feature, config, or user-facing change
ticket number here and follow the instruction to make
changes to the website.
Contributor's checklist