You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2020/11/23 18:57:52 UTC

[hudi] branch master updated (751e4ee -> 0ebef1c)

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

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


    from 751e4ee  [HUDI-1396] Fix for preventing bootstrap datasource jobs from hanging via spark-submit (#2253)
     add 0ebef1c  [HUDI-1358] Fix leaks in DiskBasedMap and LazyFileIterable (#2249)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hudi/io/HoodieMergeHandle.java |  3 +-
 .../hudi/common/util/collection/DiskBasedMap.java  | 64 +++++++++++++---------
 .../util/collection/ExternalSpillableMap.java      |  4 ++
 .../common/util/collection/LazyFileIterable.java   | 15 +++--
 4 files changed, 52 insertions(+), 34 deletions(-)