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/10/19 14:10:10 UTC

[hudi] branch master updated (60d4cb5 -> 1e2be85)

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 60d4cb5  [MINOR] Fix typo, 'upsert' corrected to 'insert' in java write example (#3809)
     add 1e2be85  [HUDI-2482] support 'drop partition' sql (#3754)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/hudi/HoodieSqlUtils.scala |  41 ++++-
 .../spark/sql/hudi/analysis/HoodieAnalysis.scala   |   5 +
 .../AlterHoodieTableDropPartitionCommand.scala     | 142 ++++++++++++++++
 .../hudi/command/CreateHoodieTableCommand.scala    |  43 +----
 .../sql/hudi/TestAlterTableDropPartition.scala     | 179 +++++++++++++++++++++
 5 files changed, 368 insertions(+), 42 deletions(-)
 create mode 100644 hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/AlterHoodieTableDropPartitionCommand.scala
 create mode 100644 hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestAlterTableDropPartition.scala