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/08/02 07:09:29 UTC

[inlong] branch master updated (0f2ec5095 -> 162cfda33)

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 0f2ec5095 [INLONG-5228][Manager] Support create SQLServer databases and tables (#5263)
     add 162cfda33 [INLONG-5312][Sort] Add unified inlong.metric parameter injection support for nodes (#5318)

No new revisions were added by this update.

Summary of changes:
 .../apache/inlong/sort/protocol/InlongMetric.java} | 28 +++++++++++++-------
 .../sort/protocol/constant/HBaseConstant.java      |  2 +-
 .../sort/protocol/constant/PostgresConstant.java   |  2 +-
 .../protocol/node/extract/MySqlExtractNode.java    |  3 ++-
 .../protocol/node/extract/PostgresExtractNode.java |  3 ++-
 .../sort/protocol/node/load/HbaseLoadNode.java     |  3 ++-
 .../inlong/sort/parser/impl/FlinkSqlParser.java    | 30 +++++++++++++++++++++-
 7 files changed, 56 insertions(+), 15 deletions(-)
 copy inlong-sort/sort-common/src/{test/java/org/apache/inlong/sort/protocol/MetaFieldInfoTest.java => main/java/org/apache/inlong/sort/protocol/InlongMetric.java} (53%)