You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2022/02/26 13:02:34 UTC

[hudi] branch master updated (1379300 -> c77b259)

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 1379300  [HUDI-3483] Adding insert override nodes to integ test suite and few clean ups (#4895)
     add c77b259  [HUDI-2439] Remove SparkBoundedInMemoryExecutor (#4860)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hudi/table/HoodieTable.java    | 21 +++++---
 .../hudi/table/action/commit/FlinkMergeHelper.java |  2 +-
 .../hudi/table/action/commit/JavaMergeHelper.java  |  2 +-
 .../execution/SparkBoundedInMemoryExecutor.java    | 56 ----------------------
 .../hudi/execution/SparkLazyInsertIterable.java    |  7 +--
 .../org/apache/hudi/table/HoodieSparkTable.java    | 17 +++++--
 .../bootstrap/OrcBootstrapMetadataHandler.java     |  5 +-
 .../bootstrap/ParquetBootstrapMetadataHandler.java |  5 +-
 .../hudi/table/action/commit/SparkMergeHelper.java |  5 +-
 ...ava => TestBoundedInMemoryExecutorInSpark.java} | 24 ++++++----
 .../org/apache/hudi/common/util/Functions.java     |  5 ++
 .../common/util/queue/BoundedInMemoryExecutor.java | 32 ++++++++-----
 .../org/apache/hudi/table/format/FormatUtils.java  |  7 ++-
 .../realtime/RealtimeUnmergedRecordReader.java     | 24 ++++++----
 14 files changed, 99 insertions(+), 113 deletions(-)
 delete mode 100644 hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/execution/SparkBoundedInMemoryExecutor.java
 rename hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/execution/{TestSparkBoundedInMemoryExecutor.java => TestBoundedInMemoryExecutorInSpark.java} (82%)