This is an automated email from the ASF dual-hosted git repository.

yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from a8da2fdd1c0 [HUDI-7752] Abstract serializeRecords for log writing 
(#11210)
     add c8dec0ef523 [HUDI-7429] Fixing average record size estimation for 
delta commits (#10763)

No new revisions were added by this update.

Summary of changes:
 .../action/commit/AverageRecordSizeUtils.java      |  91 ++++++++++
 .../table/action/commit/UpsertPartitioner.java     |  41 +----
 .../action/commit/TestAverageRecordSizeUtils.java  | 194 +++++++++++++++++++++
 .../table/action/commit/TestUpsertPartitioner.java |   5 +-
 4 files changed, 293 insertions(+), 38 deletions(-)
 create mode 100644 
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/AverageRecordSizeUtils.java
 create mode 100644 
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestAverageRecordSizeUtils.java

Reply via email to