This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a change to branch fix-6555
in repository https://gitbox.apache.org/repos/asf/inlong.git
discard 1f2fb2329 [INLONG-6555][CI] Update for set-output command is deprecated
omit a17152fc8 [INLONG-6555][CI] Update for set-output command is deprecated
add cceca481c [INLONG-6555][CI] Update for set-output command is
deprecated (#6556)
add 531464d0f [INLONG-6552][Sort] Fix MicroTimestamp error in oracle
connector (#6554)
add 489529262 [INLONG-6548][Sort] Optimize metadata field naming for
format of canal-json (#6549)
add cf12ea389 [INLONG-6542][Dashboard] Optimize stream execution workflow
and execution log (#6546)
new 8925fa672 [INLONG-6555][CI] Update for set-output command is deprecated
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 (1f2fb2329)
\
N -- N -- N refs/heads/fix-6555 (8925fa672)
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 1 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/pages/GroupDashboard/ExecutionLogModal.tsx | 2 +-
.../GroupDetail/DataStream/ExecutionLogModal.tsx | 2 +-
.../src/pages/GroupDetail/DataStream/index.tsx | 8 +-
.../protocol/node/extract/KafkaExtractNode.java | 2 +-
.../sort/protocol/node/load/KafkaLoadNode.java | 8 +-
.../node/extract/KafkaExtractNodeTest.java | 3 +-
.../sort/protocol/node/load/KafkaLoadNodeTest.java | 2 +-
.../table/RowDataDebeziumDeserializeSchema.java | 3 +
.../canal/CanalJsonEnhancedDecodingFormat.java | 19 ++
.../CanalJsonEnhancedDeserializationSchema.java | 260 ++++++++++++---------
.../canal/CanalJsonEnhancedEncodingFormat.java | 19 ++
.../CanalJsonEnhancedSerializationSchema.java | 52 ++---
12 files changed, 229 insertions(+), 151 deletions(-)