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 2022/02/25 04:29:05 UTC

[hudi] branch master updated (aa1810d -> 3694485)

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 aa1810d  [HUDI-3493] Not table to get execution plan (#4894)
     add 3694485  [HUDI-3429] Support clustering scheduleAndExecute for hudi-cli and add clustering-cli Tests (#4817)

No new revisions were added by this update.

Summary of changes:
 .../hudi/cli/commands/ClusteringCommand.java       |  36 ++++
 .../org/apache/hudi/cli/commands/SparkMain.java    |  23 ++-
 .../hudi/cli/integ/ITTestClusteringCommand.java    | 199 +++++++++++++++++++++
 3 files changed, 253 insertions(+), 5 deletions(-)
 create mode 100644 hudi-cli/src/test/java/org/apache/hudi/cli/integ/ITTestClusteringCommand.java