This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a change to branch release-feature-rfc46
in repository https://gitbox.apache.org/repos/asf/hudi.git
discard 65caefe4b4 [MINOR] Fix type casting in TestHoodieHFileReaderWriter
discard dd3d003303 [HUDI-3378][HUDI-3379][HUDI-3381] Migrate usage of
HoodieRecordPayload and raw Avro payload to HoodieRecord (#5522)
add 0811bb38fb [HUDI-4255] Make the flink merge and replace handle
intermediate file visible (#5866)
new 23faed86c1 [HUDI-3378][HUDI-3379][HUDI-3381] Migrate usage of
HoodieRecordPayload and raw Avro payload to HoodieRecord (#5522)
new bf4ef73a6b [MINOR] Fix type casting in TestHoodieHFileReaderWriter
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 (65caefe4b4)
\
N -- N -- N refs/heads/release-feature-rfc46 (bf4ef73a6b)
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.
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:
.../src/main/java/org/apache/hudi/io/HoodieMergeHandle.java | 6 ++++--
.../main/java/org/apache/hudi/io/FlinkMergeAndReplaceHandle.java | 4 +---
.../src/main/java/org/apache/hudi/io/FlinkMergeHandle.java | 8 +++++++-
3 files changed, 12 insertions(+), 6 deletions(-)