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 b62b2cc3994 [HUDI-8786] IntelliJ automatic code cleanup tool (#12524)
add 7df835b899d [HUDI-8868] Use external spillable map for
cachedAllInputFileSlices in BaseHoodieTableFileIndex (#12647)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hudi/BaseHoodieTableFileIndex.java | 33 +++++++-
.../hudi/common/config/HoodieCommonConfig.java | 14 ++++
...ializer.java => HoodieFileSliceSerializer.java} | 23 +++--
.../org/apache/hudi/common/util/ConfigUtils.java | 21 +++++
.../TestHoodieFileSliceSerializer.java | 65 ++++++++++++++
.../apache/hudi/common/util/TestConfigUtils.java | 17 ++++
.../index/TestBaseHoodieTableFileIndex.java | 86 +++++++++++++++++++
.../utilities/sources/TestHoodieIncrSource.java | 98 ++++++++++++++++++++++
8 files changed, 344 insertions(+), 13 deletions(-)
copy
hudi-common/src/main/java/org/apache/hudi/common/serialization/{DefaultSerializer.java
=> HoodieFileSliceSerializer.java} (56%)
create mode 100644
hudi-common/src/test/java/org/apache/hudi/common/serialization/TestHoodieFileSliceSerializer.java
create mode 100644
hudi-hadoop-common/src/test/java/org/apache/hudi/common/bootstrap/index/TestBaseHoodieTableFileIndex.java