You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/03/04 09:38:42 UTC

[incubator-inlong] branch master updated (d918248 -> 529bb2e)

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

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


    from d918248  [INLONG-2894][Agent] Adapt the interface and field modification of the manager module (#2897)
     add 529bb2e  [INLONG-2898][Manager] Fix Json parsing exceptions #2899

No new revisions were added by this update.

Summary of changes:
 .../manager/client/api/impl/InlongGroupImpl.java   |   2 +-
 .../client/api/inner/InnerInlongManagerClient.java |   3 +-
 .../manager/client/api/util/InlongParser.java      | 117 ++++++++++++++++-----
 .../manager/common/pojo/sink/SinkResponse.java     |   8 +-
 .../pojo/sink/ck/ClickHouseSinkResponse.java       |   4 +-
 .../common/pojo/sink/hive/HiveSinkResponse.java    |   4 +-
 .../pojo/sink/iceberg/IcebergSinkResponse.java     |   4 +-
 .../common/pojo/sink/kafka/KafkaSinkResponse.java  |   4 +-
 .../main/resources/sql/apache_inlong_manager.sql   |   4 +-
 .../manager-web/sql/apache_inlong_manager.sql      |   6 +-
 10 files changed, 112 insertions(+), 44 deletions(-)