You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by na...@apache.org on 2020/01/16 00:45:52 UTC

[incubator-hudi] branch master updated (7aa3ce3 -> dd09abb)

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

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


    from 7aa3ce3  [MINOR] Fix redundant judgment statement (#1231)
     add dd09abb  [HUDI-335] Improvements to DiskBasedMap used by ExternalSpillableMap, for write and random/sequential read paths, by introducing bufferedRandmomAccessFile

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hudi/io/HoodieMergeHandle.java |   8 +-
 .../hudi/common/util/BufferedRandomAccessFile.java | 411 +++++++++++++++++++++
 .../apache/hudi/common/util/SpillableMapUtils.java |   4 +-
 .../hudi/common/util/collection/DiskBasedMap.java  |  40 +-
 .../common/util/collection/LazyFileIterable.java   |   8 +-
 .../io/storage/SizeAwareDataOutputStream.java      |   5 +-
 6 files changed, 454 insertions(+), 22 deletions(-)
 create mode 100644 hudi-common/src/main/java/org/apache/hudi/common/util/BufferedRandomAccessFile.java