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