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 0da9aafd6 [INLONG-7110][Release] Update changes log for the 1.5.0 version (#7125) new 659385a0b [INLONG-7061][Sort] Support table level metrics for Apache Doris connector and add dirty metrics (#7062) new b7c5c91e6 [INLONG-7104][Manager] Add database change script of 1.5.0 for InLongManager (#7105) new ee17285f0 [INLONG-7100][Manager][Sort][Dashboard] Support partition key in Hudi sink (#7101) The 3 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-dashboard/src/locales/cn.json | 4 +- inlong-dashboard/src/locales/en.json | 4 +- inlong-dashboard/src/metas/sinks/defaults/Hudi.ts | 56 +++++----------------- .../src/main/assemblies/release.xml | 3 ++ .../inlong/manager/pojo/sink/hudi/HudiSink.java | 2 +- .../inlong/manager/pojo/sink/hudi/HudiSinkDTO.java | 16 ++----- .../manager/pojo/sink/hudi/HudiSinkRequest.java | 2 +- .../manager/pojo/sink/hudi/HudiTableInfo.java | 2 + .../manager/pojo/sort/util/LoadNodeUtils.java | 11 +---- .../resource/sink/hudi/HudiCatalogClient.java | 1 - .../service/sink/hudi/HudiSinkOperator.java | 28 ++++++++++- inlong-manager/manager-web/sql/changes-1.5.0.sql | 40 ++++++++++++++++ .../sort/protocol/node/load/HudiLoadNode.java | 15 ++---- .../sort/protocol/node/load/HudiLoadNodeTest.java | 2 +- .../sort/base/dirty/sink/s3/S3DirtySink.java | 3 +- .../inlong/sort/base/dirty/sink/s3/S3Helper.java | 2 +- .../sort/base/metric/sub/SinkTableMetricData.java | 28 +++++++++++ .../table/DorisDynamicSchemaOutputFormat.java | 48 ++++++++++++++++++- .../inlong/sort/parser/HudiNodeSqlParserTest.java | 5 +- 19 files changed, 180 insertions(+), 92 deletions(-) create mode 100644 inlong-manager/manager-web/sql/changes-1.5.0.sql