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 8b35c0e13 [INLONG-4128][Manager] Abstracting the logic for creating 
Hive tables (#4129)
     add 597c6dddf [INLONG-4139][Manager] Query inlong group by the status list 
in manager client (#4140)

No new revisions were added by this update.

Summary of changes:
 .../inlong/manager/client/cli/CommandDescribe.java | 10 +--
 .../inlong/manager/client/cli/CommandList.java     | 76 ++++++++---------
 .../inlong/manager/client/cli/CommandToolMain.java |  9 +-
 .../inlong/manager/client/cli/pojo/GroupInfo.java  |  6 +-
 .../cli/util/{PrintUtil.java => PrintUtils.java}   |  5 +-
 .../manager/client/cli/validator/GroupStatus.java  |  4 +-
 .../inlong/manager/client/api/InlongClient.java    |  4 +-
 .../manager/client/api/InlongGroupContext.java     | 95 ++++++++++++----------
 .../manager/client/api/impl/InlongClientImpl.java  | 28 +++----
 .../manager/client/api/impl/InlongGroupImpl.java   | 10 +--
 .../client/api/inner/InnerInlongManagerClient.java | 19 ++---
 .../common/pojo/group/InlongGroupPageRequest.java  |  5 +-
 .../manager/common/pojo/stream/StreamPipeline.java | 10 +--
 .../resources/mappers/InlongGroupEntityMapper.xml  |  6 ++
 14 files changed, 146 insertions(+), 141 deletions(-)
 rename 
inlong-manager/manager-client-tools/src/main/java/org/apache/inlong/manager/client/cli/util/{PrintUtil.java
 => PrintUtils.java} (98%)

Reply via email to