You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by al...@apache.org on 2022/03/11 01:25:44 UTC

[incubator-inlong] branch master updated (4d13d88 -> 4b4ea04)

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

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


    from 4d13d88  [INLONG-3046][Manager] The status was incorrect after approving an inlong group (#3048)
     add 4b4ea04  [INLONG-2992][Manager] Support the field mapping feature for Sort (#3052)

No new revisions were added by this update.

Summary of changes:
 .../inlong/manager/common/enums/Constant.java      |   2 +
 .../manager/service/CommonOperateService.java      |  86 ++++++++-
 .../thirdparty/sort/CreateSortConfigListener.java  |  70 +------
 .../thirdparty/sort/PushSortConfigListener.java    |  73 +-------
 .../thirdparty/sort/util/FieldInfoUtils.java       | 202 +++++++++++++++++++++
 .../thirdparty/sort/util/SerializationUtils.java   |   4 +-
 .../thirdparty/sort/util/SinkInfoUtils.java        |  79 ++------
 .../thirdparty/sort/util/SortFieldFormatUtils.java |  97 ----------
 .../thirdparty/sort/util/SourceInfoUtils.java      |  92 +---------
 9 files changed, 325 insertions(+), 380 deletions(-)
 create mode 100644 inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/thirdparty/sort/util/FieldInfoUtils.java
 delete mode 100644 inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/thirdparty/sort/util/SortFieldFormatUtils.java