You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by le...@apache.org on 2022/03/29 01:45:00 UTC

[hudi] branch master updated (d074089 -> 72e0b52)

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

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


    from d074089  [HUDI-2566] Adding multi-writer test support to integ test (#5065)
     add 72e0b52  [HUDI-3722] Fix truncate hudi table's error (#5140)

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/hudi/HoodieSqlCommonUtils.scala      | 61 ++++++++++++--
 .../AlterHoodieTableDropPartitionCommand.scala     | 57 +------------
 .../hudi/command/TruncateHoodieTableCommand.scala  | 89 +++++++++++++++++---
 .../sql/hudi/TestAlterTableDropPartition.scala     |  2 +-
 .../apache/spark/sql/hudi/TestTruncateTable.scala  | 98 +++++++++++++++++++++-
 5 files changed, 232 insertions(+), 75 deletions(-)