You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by xu...@apache.org on 2022/04/14 07:53:13 UTC

[hudi] branch master updated (a081c2b9b5 -> 44b3630b5d)

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

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


    from a081c2b9b5 [HUDI-3876] Fixing fetching partitions in GlueSyncClient (#5318)
     add 44b3630b5d [HUDI-3826] Make truncate partition use delete_partition operation (#5272)

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/hudi/HoodieSqlCommonUtils.scala      |   7 +-
 .../AlterHoodieTableDropPartitionCommand.scala     |  27 ++---
 .../hudi/command/TruncateHoodieTableCommand.scala  | 125 ++++++++-------------
 .../spark/sql/hudi/analysis/HoodieAnalysis.scala   |   2 +-
 .../sql/hudi/TestAlterTableDropPartition.scala     |  39 +++++--
 5 files changed, 86 insertions(+), 114 deletions(-)