This is an automated email from the ASF dual-hosted git repository.
codope pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from c733079734 [HUDI-4924] Auto-tune dedup parallelism (#6802)
add f13962281c [HUDI-4687] Avoid setAccessible which breaks strong
encapsulation (#6657)
No new revisions were added by this update.
Summary of changes:
hudi-common/pom.xml | 5 +
.../hudi/common/util/ObjectSizeCalculator.java | 321 +--------------------
.../hudi/common/util/TestObjectSizeCalculator.java | 102 +++++++
.../org/apache/hudi/integ/ITTestHoodieSanity.java | 4 +-
packaging/hudi-flink-bundle/pom.xml | 5 +
packaging/hudi-hadoop-mr-bundle/pom.xml | 5 +
packaging/hudi-hive-sync-bundle/pom.xml | 5 +
packaging/hudi-integ-test-bundle/pom.xml | 5 +
packaging/hudi-kafka-connect-bundle/pom.xml | 5 +
packaging/hudi-presto-bundle/pom.xml | 5 +
packaging/hudi-spark-bundle/pom.xml | 5 +
packaging/hudi-trino-bundle/pom.xml | 5 +
packaging/hudi-utilities-bundle/pom.xml | 5 +
pom.xml | 7 +
14 files changed, 175 insertions(+), 309 deletions(-)
create mode 100644
hudi-common/src/test/java/org/apache/hudi/common/util/TestObjectSizeCalculator.java