This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from bf16bc1 [HUDI-349]: Added new cleaning policy based on number of
hours (#3646)
add 801fdab [HUDI-3042] Abstract Spark update Strategy to make code more
clean and remove duplicates (#4845)
No new revisions were added by this update.
Summary of changes:
.../update/strategy/BaseSparkUpdateStrategy.java | 53 ++++++++++++++++++++++
.../update/strategy/SparkAllowUpdateStrategy.java | 14 ++----
.../update/strategy/SparkRejectUpdateStrategy.java | 13 ++----
3 files changed, 59 insertions(+), 21 deletions(-)
create mode 100644
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/clustering/update/strategy/BaseSparkUpdateStrategy.java