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

[incubator-inlong] branch master updated (098d0ab -> 2d472bf)

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

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


    from 098d0ab  [INLONG-2933][Agent][Manager] Change the type of the deliveryTime field from Date to String (#2935)
     add 2d472bf  [INLONG-2930][Manager] Add ClickHouse sink support in manager client (#2938)

No new revisions were added by this update.

Summary of changes:
 .../api/impl/DefaultInlongStreamBuilder.java       |   7 +-
 .../manager/client/api/sink/ClickHouseSink.java}   |  50 +++++---
 .../client/api/util/InlongStreamSinkTransfer.java  | 138 +++++++++++++++++----
 .../thirdparty/sort/util/SinkInfoUtils.java        |  67 ++++++++--
 4 files changed, 211 insertions(+), 51 deletions(-)
 copy inlong-manager/{manager-common/src/main/java/org/apache/inlong/manager/common/pojo/sink/ck/ClickHouseSinkResponse.java => manager-client/src/main/java/org/apache/inlong/manager/client/api/sink/ClickHouseSink.java} (61%)