You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by yi...@apache.org on 2022/05/05 20:49:46 UTC

[hudi] branch master updated (d794f4fbf9 -> abb4893b25)

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 d794f4fbf9 [MINOR] Optimize code logic (#5499)
     add abb4893b25 [HUDI-2875] Make HoodieParquetWriter Thread safe and memory executor exit gracefully (#4264)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hudi/io/HoodieConcatHandle.java     |  3 ++
 .../org/apache/hudi/io/HoodieCreateHandle.java     |  3 ++
 .../java/org/apache/hudi/io/HoodieMergeHandle.java |  3 ++
 .../apache/hudi/io/HoodieSortedMergeHandle.java    |  3 ++
 .../hudi/io/HoodieUnboundedCreateHandle.java       |  3 ++
 .../hudi/io/storage/HoodieParquetWriter.java       | 10 +++++
 .../table/action/commit/HoodieMergeHelper.java     |  5 ++-
 .../hudi/execution/FlinkLazyInsertIterable.java    |  1 +
 .../hudi/table/action/commit/FlinkMergeHelper.java |  5 ++-
 .../hudi/execution/JavaLazyInsertIterable.java     |  1 +
 .../hudi/table/action/commit/JavaMergeHelper.java  |  5 ++-
 .../hudi/execution/SparkLazyInsertIterable.java    |  1 +
 .../bootstrap/OrcBootstrapMetadataHandler.java     |  3 +-
 .../bootstrap/ParquetBootstrapMetadataHandler.java |  8 ++--
 .../TestBoundedInMemoryExecutorInSpark.java        | 45 ++++++++++++++++++++++
 .../common/util/queue/BoundedInMemoryExecutor.java | 24 +++++++++++-
 .../common/testutils/HoodieTestDataGenerator.java  | 10 +++--
 17 files changed, 121 insertions(+), 12 deletions(-)