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/incubator-hudi.git.


    from 661b0b3  [HUDI-761] Refactoring rollback and restore actions using the 
ActionExecutor abstraction (#1492)
     add 644c1cc  [HUDI-698]Add unit test for CleansCommand (#1449)

No new revisions were added by this update.

Summary of changes:
 hudi-cli/pom.xml                                   |  25 +++
 .../apache/hudi/cli/HoodieTableHeaderFields.java   |   9 +
 .../apache/hudi/cli/commands/CleansCommand.java    |  15 +-
 .../org/apache/hudi/cli/commands/SparkMain.java    |   2 +-
 .../hudi/cli/commands/TestCleansCommand.java       | 183 +++++++++++++++++++++
 .../apache/hudi/cli/integ/ITTestCleansCommand.java | 101 ++++++++++++
 .../src/test/resources/clean.properties            |   5 +-
 scripts/run_travis_tests.sh                        |   7 +
 8 files changed, 338 insertions(+), 9 deletions(-)
 create mode 100644 
hudi-cli/src/test/java/org/apache/hudi/cli/commands/TestCleansCommand.java
 create mode 100644 
hudi-cli/src/test/java/org/apache/hudi/cli/integ/ITTestCleansCommand.java
 copy hudi-utilities/src/test/resources/delta-streamer-config/base.properties 
=> hudi-cli/src/test/resources/clean.properties (87%)

Reply via email to