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/11/04 07:47:00 UTC

[inlong] branch master updated (3124201da -> 53d8c0eb1)

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/inlong.git


    from 3124201da [INLONG-6373][Sort] Fix the time value when data type is datetime and timestamp (#6403)
     add 53d8c0eb1 [INLONG-6399][Manager] Support adding extension params for InLong Group and Stream (#6405)

No new revisions were added by this update.

Summary of changes:
 .../inlong/manager/client/ut/Kafka2HiveTest.java   |  85 +++++---------
 .../client/api/inner/ClientFactoryTest.java        | 116 +++++++++----------
 .../BaseInlongGroup.java}                          |  15 +--
 .../inlong/manager/pojo/group/InlongGroupInfo.java |   8 +-
 .../manager/pojo/group/InlongGroupRequest.java     |   4 +-
 .../manager/pojo/group/kafka/InlongKafkaInfo.java  |   4 +-
 .../pojo/group/pulsar/InlongPulsarInfo.java        |   4 +-
 .../BaseInlongStream.java}                         |  15 +--
 .../manager/pojo/stream/InlongStreamInfo.java      |  19 +---
 .../manager/pojo/stream/InlongStreamRequest.java   |   4 +-
 .../manager/pojo/stream/InlongStreamResponse.java  | 125 ---------------------
 .../web/controller/InlongStreamController.java     |   5 +-
 12 files changed, 118 insertions(+), 286 deletions(-)
 copy inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/{sink/greenplum/GreenplumColumnInfo.java => group/BaseInlongGroup.java} (74%)
 copy inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/{sink/greenplum/GreenplumColumnInfo.java => stream/BaseInlongStream.java} (74%)
 delete mode 100644 inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/stream/InlongStreamResponse.java