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

luchunliang pushed a change to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/inlong.git


    from 12df355930 [INLONG-8908][Dashboard] Support management of Tencent 
cloud log service sink (#8933)
     new c6f2fabbd8 [INLONG-8936][DataProxy] The log's path for DataProxy is 
wrong (#8937)
     new f7169e351e [INLONG-8939][Manager] Add a switch to initiate the delete 
data source task (#8940)
     new 97a93f169b [INLONG-8934][Distribution] Add Iceberg connectors into the 
release bundle (#8935)
     new 56286d00e3 [INLONG-8942][Distribution] Support merging multiple module 
jars to reduce distribution package size (#8943)
     new ff1af8c1a3 [INLONG-8946][Manager] Optimize the audit ID method issued 
by the manager (#8947)
     new 2680927d7a [INLONG-8951][Manager] Support for configuring built-in 
fields for iceberg and starrocks (#8952)

The 6 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:
 inlong-agent/bin/agent.sh                          |  6 ++
 inlong-audit/bin/proxy-start.sh                    |  6 ++
 inlong-audit/bin/store-start.sh                    |  6 ++
 .../org/apache/inlong/common/enums/MetaField.java  |  7 +-
 inlong-dataproxy/bin/dataproxy-ng                  |  2 +-
 inlong-dataproxy/bin/dataproxy-start.sh            |  6 ++
 inlong-distribution/pom.xml                        | 18 +++++-
 .../script/backup_module_dependencys.sh            | 74 ++++++++++++++++++++++
 .../script/copy_module_dependencys.sh              | 20 ++++--
 .../script/prepare_module_dependencys.sh           | 16 +++--
 .../src/main/assemblies/sort-connectors-v1.15.xml  |  8 +++
 .../inlong/manager/pojo/sort/node/NodeFactory.java | 59 +++++++++++++++++
 .../pojo/sort/node/base/ExtractNodeProvider.java   |  5 ++
 .../pojo/sort/node/base/LoadNodeProvider.java      |  4 ++
 .../manager/pojo/sort/node/base/NodeProvider.java  |  9 +++
 .../pojo/sort/node/provider/IcebergProvider.java   | 25 ++++++++
 .../pojo/sort/node/provider/StarRocksProvider.java | 26 ++++++++
 .../manager/pojo/sort/util/FieldInfoUtils.java     | 12 ++++
 .../service/core/impl/AuditServiceImpl.java        | 32 ++++++----
 .../resource/sort/DefaultSortConfigOperator.java   | 32 ++++++++--
 .../service/task/DeleteStreamSourceTask.java       | 12 ++--
 inlong-manager/manager-web/bin/startup.sh          |  6 ++
 .../src/main/resources/application-dev.properties  |  4 ++
 .../src/main/resources/application-prod.properties |  4 ++
 .../src/main/resources/application-test.properties |  4 ++
 .../org/apache/inlong/sort/protocol/Metadata.java  |  1 +
 .../protocol/node/extract/IcebergExtractNode.java  | 33 +++++++++-
 .../org/apache/inlong/sort/base/Constants.java     |  2 +-
 .../sort/iceberg/IcebergReadableMetadata.java      |  4 +-
 .../inlong/sort/iceberg/source/IcebergSource.java  |  4 --
 .../reader/InlongIcebergSourceReaderMetrics.java   |  6 +-
 .../starrocks/table/sink/utils/SchemaUtils.java    | 21 +++---
 inlong-tubemq/bin/env.sh                           |  6 ++
 inlong-tubemq/tubemq-manager/bin/start-manager.sh  |  6 ++
 34 files changed, 430 insertions(+), 56 deletions(-)
 create mode 100755 inlong-distribution/script/backup_module_dependencys.sh
 copy inlong-sort-standalone/bin/sort-stop.sh => 
inlong-distribution/script/copy_module_dependencys.sh (65%)
 mode change 100644 => 100755
 copy inlong-sort-standalone/bin/sort-start.sh => 
inlong-distribution/script/prepare_module_dependencys.sh (76%)
 mode change 100644 => 100755

Reply via email to