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 1a5f869 [HUDI-3011] Adding ability to read entire data with HoodieIncrSource with empty checkpoint (#4334) add 5d93edc [HUDI-3060] drop table for spark sql (#4364) No new revisions were added by this update. Summary of changes: .../spark/sql/hudi/analysis/HoodieAnalysis.scala | 18 ++-- .../sql/hudi/command/DropHoodieTableCommand.scala | 109 +++++++++++++++++++++ .../{TestDeleteTable.scala => TestDropTable.scala} | 56 ++++++----- .../apache/spark/sql/hudi/TestHoodieSqlBase.scala | 10 +- 4 files changed, 160 insertions(+), 33 deletions(-) create mode 100644 hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/DropHoodieTableCommand.scala copy hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/{TestDeleteTable.scala => TestDropTable.scala} (55%)