You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by yu...@apache.org on 2022/11/02 06:44:36 UTC

[inlong] branch master updated (70bf3e0aa -> 93c2dc311)

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

yunqing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


    from 70bf3e0aa [INLONG-6361][Manager] Fix the deserialization exception with Jackson's version below 2.13 (#6362)
     add 93c2dc311 [INLONG-6353][Sort] Fix delete event handle error for doris connector (#6358)

No new revisions were added by this update.

Summary of changes:
 .../base/format/CanalJsonDynamicSchemaFormat.java  |   3 +
 .../format/DebeziumJsonDynamicSchemaFormat.java    |   3 +
 .../table/DorisDynamicSchemaOutputFormat.java      | 145 +++++++++++++++------
 .../inlong/sort/doris/table/DorisStreamLoad.java   |   4 +-
 4 files changed, 113 insertions(+), 42 deletions(-)