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/07/27 04:52:17 UTC

[inlong] branch master updated (5a8a0c1c3 -> d6d893a01)

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


    from 5a8a0c1c3 [INLONG-5219][Manager] Adjust the status update order of inlong group (#5221)
     add d6d893a01 [INLONG-5152][Manager][Sort] Add union parse support for FlinkSqlParser (#5206)

No new revisions were added by this update.

Summary of changes:
 .../service/sort/util/NodeRelationUtils.java       |  16 +-
 .../inlong/sort/parser/impl/FlinkSqlParser.java    | 255 ++++++++++++++-------
 .../inlong/sort/parser/UnionSqlParseTest.java      | 213 +++++++++++++++++
 3 files changed, 398 insertions(+), 86 deletions(-)
 create mode 100644 inlong-sort/sort-core/src/test/java/org/apache/inlong/sort/parser/UnionSqlParseTest.java