This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 3dba6e488a1 [HUDI-6218] Support instant_time/commit_time of savepoint
procedure optional (#8722)
add dc2f67c6a23 [HUDI-6104] Clean deleted partition with clean policy
(#8506)
No new revisions were added by this update.
Summary of changes:
.../hudi/table/action/clean/CleanPlanner.java | 9 ++-
.../table/functional/TestCleanPlanExecutor.java | 72 +++++++++++++++++++++-
.../table/view/AbstractTableFileSystemView.java | 15 +++++
.../table/view/PriorityBasedFileSystemView.java | 5 ++
.../view/RemoteHoodieTableFileSystemView.java | 16 +++++
.../common/table/view/TableFileSystemView.java | 5 ++
.../hudi/common/testutils/HoodieTestTable.java | 45 ++++++++++++++
.../sql/hudi/TestAlterTableDropPartition.scala | 9 ++-
.../hudi/timeline/service/RequestHandler.java | 9 +++
.../service/handlers/FileSliceHandler.java | 6 ++
10 files changed, 186 insertions(+), 5 deletions(-)