This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a change to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/inlong.git
from 44feb7517 [INLONG-7135][Manager] Support the connection test of data
nodes and clusters (#7136)
new 13459e233 [INLONG-7121][Sort] Fix the parsing error of Flink SQL for
MongoDB (#7122)
new 5c37f1efa [INLONG-7126][Sort] Support multiple dirty sink archive
helper (#7127)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../protocol/node/extract/MongoExtractNode.java | 39 +++++++++++++++++++-
.../node/extract/MongoExtractNodeTest.java | 4 ++
.../inlong/sort/base/dirty/DirtySinkHelper.java | 43 ++++++++++++++++++++++
.../internal/JdbcMultiBatchingOutputFormat.java | 3 +-
.../starrocks/manager/StarRocksSinkManager.java | 16 ++++----
.../table/sink/StarRocksDynamicSinkFunction.java | 2 +-
.../inlong/sort/parser/impl/FlinkSqlParser.java | 33 ++++++++++++++---
7 files changed, 125 insertions(+), 15 deletions(-)