This is an automated email from the ASF dual-hosted git repository.

yihua pushed a change to branch release-0.13.1-rc1
in repository https://gitbox.apache.org/repos/asf/hudi.git


 discard 379842b5948 [HUDI-6199] Fix deletes with custom payload implementation 
(#8690)
     add a760542e529 Do not combine records if write operation is Upsert and 
COMBINE_BEFORE_UPSERT is disabled (#7998)
     add d6b153b3030 [HUDI-6199] Fix deletes with custom payload implementation 
(#8690)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (379842b5948)
            \
             N -- N -- N   refs/heads/release-0.13.1-rc1 (d6b153b3030)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../hudi/common/model/WriteOperationType.java      | 15 ++++
 .../org/apache/hudi/HoodieSparkSqlWriter.scala     | 16 +++--
 .../org/apache/hudi/TestHoodieSparkSqlWriter.scala | 81 ++++++++++++++++++++++
 3 files changed, 108 insertions(+), 4 deletions(-)

Reply via email to