You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by co...@apache.org on 2022/01/24 10:52:03 UTC

[hudi] branch master updated (cfde45b -> e00a904)

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

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


    from cfde45b  [HUDI-3282] Fix delete exception for Spark SQL when sync Hive (#4644)
     add e00a904  [HUDI-3072] Fixing conflict resolution in transaction management code path for auto commit code path (#4588)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/client/utils/TransactionUtils.java |  24 ++-
 .../action/commit/BaseCommitActionExecutor.java    |   9 +-
 .../commit/BaseFlinkCommitActionExecutor.java      |   9 +-
 .../commit/BaseJavaCommitActionExecutor.java       |   8 +-
 .../SparkBootstrapCommitActionExecutor.java        |   5 +
 .../commit/BaseSparkCommitActionExecutor.java      |  10 +-
 .../hudi/client/TestHoodieClientMultiWriter.java   | 161 +++++++++++++++++++--
 .../functional/TestHoodieBackedMetadata.java       |   3 +-
 8 files changed, 205 insertions(+), 24 deletions(-)