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/09/23 19:40:22 UTC

[hudi] branch master updated (5515a0d -> eeafd24)

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 5515a0d  [HUDI-2479] HoodieFileIndex throws NPE for FileSlice with pure log files (#3702)
     add eeafd24  [HUDI-2395] Metadata tests rewrite (#3695)

No new revisions were added by this update.

Summary of changes:
 .../functional/TestHoodieBackedMetadata.java       | 1213 +++++++-------------
 .../hudi/testutils/HoodieClientTestHarness.java    |  204 +++-
 .../java/org/apache/hudi/common/fs/FSUtils.java    |    3 +
 .../org/apache/hudi/common/fs/TestFSUtils.java     |    4 +
 .../hudi/common/testutils/FileCreateUtils.java     |   18 +
 .../hudi/common/testutils/FileSystemTestUtils.java |    6 +-
 .../hudi/common/testutils/HoodieTestTable.java     |  543 ++++++++-
 7 files changed, 1206 insertions(+), 785 deletions(-)