This is an automated email from the ASF dual-hosted git repository.
satish pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from ca440cc [HUDI-2107] Support Read Log Only MOR Table For Spark (#3193)
add c8a2033 [HUDI-2144]Bug-Fix:Offline clustering(HoodieClusteringJob)
will cause insert action losing data (#3240)
No new revisions were added by this update.
Summary of changes:
.../table/action/commit/UpsertPartitioner.java | 2 +-
.../table/action/commit/TestUpsertPartitioner.java | 45 +++++++++++++++++-
.../hudi/common/testutils/ClusteringTestUtils.java | 54 ++++++++++++++++++++++
3 files changed, 99 insertions(+), 2 deletions(-)
create mode 100644
hudi-common/src/test/java/org/apache/hudi/common/testutils/ClusteringTestUtils.java