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 2021/06/22 14:33:34 UTC

[hudi] branch master updated (5db37c2 -> 69c0d9e)

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 5db37c2  [HUDI-2047] Ignore FileNotFoundException in WriteProfiles #getWritePathsOfInstant (#3125)
     add 69c0d9e  [HUDI-1883] Support Truncate Table For Hoodie (#3098)

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/hudi/analysis/HoodieAnalysis.scala   |  8 +++-
 ...mand.scala => TruncateHoodieTableCommand.scala} | 45 ++++++++++--------
 .../apache/spark/sql/hudi/TestTruncateTable.scala  | 54 ++++++++++++++++++++++
 3 files changed, 87 insertions(+), 20 deletions(-)
 copy hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/{AlterHoodieTableRenameCommand.scala => TruncateHoodieTableCommand.scala} (53%)
 create mode 100644 hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestTruncateTable.scala