You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2020/09/26 13:23:40 UTC

[hudi] branch master updated (ae68b2b -> 1be0b06)

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

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


    from ae68b2b  [MINOR] fix typos (#2116)
     add 1be0b06  [HUDI-995] Migrate HoodieTestUtils APIs to HoodieTestTable (#2112)

No new revisions were added by this update.

Summary of changes:
 .../cli/commands/TestArchivedCommitsCommand.java   |   4 +-
 .../hudi/cli/commands/TestCleansCommand.java       |   2 +-
 .../hudi/cli/commands/TestCommitsCommand.java      |  38 ++++---
 .../hudi/cli/commands/TestRollbacksCommand.java    |  54 ++++-----
 .../apache/hudi/cli/commands/TestStatsCommand.java |  14 ++-
 .../cli/commands/TestUpgradeDowngradeCommand.java  |  60 ++++------
 .../hudi/cli/integ/ITTestCommitsCommand.java       |  56 +++++----
 .../HoodieTestCommitMetadataGenerator.java         |  67 +++++------
 .../TestHoodieClientOnCopyOnWriteStorage.java      | 126 +++++++++++----------
 .../hudi/common/testutils/HoodieTestUtils.java     |  29 -----
 10 files changed, 207 insertions(+), 243 deletions(-)