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/10/20 03:17:12 UTC

[inlong] branch master updated (153fdaf96 -> d062fb335)

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 153fdaf96 [INLONG-6188] join supports multiple fields (#6189)
     add d062fb335 [INLONG-6224][Sort] Import schema and data parsing ability for DynamicSchemaFormat (#6225)

No new revisions were added by this update.

Summary of changes:
 inlong-sort/sort-connectors/base/pom.xml           |  7 ++
 .../org/apache/inlong/sort/base/Constants.java     | 22 ++++---
 .../base/format/AbstractDynamicSchemaFormat.java   | 35 ++++++++++
 .../base/format/CanalJsonDynamicSchemaFormat.java  | 55 +++++++++++++++-
 .../format/DebeziumJsonDynamicSchemaFormat.java    | 63 ++++++++++++++++--
 .../sort/base/format/JsonDynamicSchemaFormat.java  | 77 ++++++++++++++++++++++
 6 files changed, 243 insertions(+), 16 deletions(-)