This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch release-0.15.0
in repository https://gitbox.apache.org/repos/asf/hudi.git
from fe08b6fecbc [HUDI-7807] Fixing spark-sql for pk less tables (#11354)
new 9e79996a48b [HUDI-7812] Disabling row writer for clustering (#11360)
new c009895c280 [HUDI-7655] Ensuring clean action executor cleans up all
intended files (#11363)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../table/action/clean/CleanActionExecutor.java | 6 +
.../MultipleSparkJobExecutionStrategy.java | 2 +-
.../table/functional/TestCleanActionExecutor.java | 188 +++++++++++++++++++++
3 files changed, 195 insertions(+), 1 deletion(-)
create mode 100644
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/functional/TestCleanActionExecutor.java