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 2021/10/20 22:58:19 UTC

[hudi] branch master updated (e355ab5 -> b68c5a6)

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 e355ab5  [HUDI-2578] Support merging small files for flink insert operation (#3822)
     add b68c5a6  [HUDI-2472] Fix few Cleaner tests with metadata table enabled (#3825)

No new revisions were added by this update.

Summary of changes:
 ...urrentFileWritesConflictResolutionStrategy.java |   4 +-
 .../common/testutils/HoodieMetadataTestTable.java  |  24 +++-
 .../hudi/utils/TestMetadataConversionUtils.java    |   4 +-
 .../java/org/apache/hudi/table/TestCleaner.java    |  61 +++++---
 .../hudi/common/testutils/FileCreateUtils.java     |   9 +-
 .../hudi/common/testutils/HoodieTestTable.java     | 157 ++++++++++++++++-----
 6 files changed, 196 insertions(+), 63 deletions(-)