This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from 75040ee [HUDI-2149] Ensure and Audit docs for every configuration
class in the codebase (#3272)
add d024439 [HUDI-2029] Implement compression for DiskBasedMap in
Spillable Map (#3128)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hudi/config/HoodieWriteConfig.java | 14 ++++
.../java/org/apache/hudi/io/HoodieMergeHandle.java | 2 +-
.../common/util/collection/BitCaskDiskMap.java | 93 ++++++++++++++++++----
.../util/collection/ExternalSpillableMap.java | 10 ++-
.../common/util/collection/LazyFileIterable.java | 9 ++-
.../common/util/collection/TestBitCaskDiskMap.java | 40 ++++++----
.../util/collection/TestExternalSpillableMap.java | 53 +++++++-----
7 files changed, 167 insertions(+), 54 deletions(-)