This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 4309efe [Cherry-pick] Add /backends HTTP api for spark/flink connector new cecd369 [libhdfs] Add errno for hdfs writer. when no dir, hdfs writer open failed, the dir need to be created. (#7050) new 42c93ff [RoutineLoad] And "runningTxns" fields in SHOW ROUTINE LOAD result (#6986) new 0ee3485 [Colocate] Fix bug that colocate group can not be redistributed after dropping a backend (#7020) new 8b8d21c [Compile] Fix spark-connector compile problem (#7048) new aea87ca [Bug] Fix bug that NPE thrown when adding partition for table with MV (#7069) new c53c006 [Bug] Fix NumberFormatException for partition cache (#6846) new b1bc9f8 [Feature] Clean up old sync jobs regularly (#7061) new 130ed35 [BUG] Fix CacheAnalyzer's bug when aggregate column contains expression. (#7085) new fe8f299 [Bug] Fix bug with use tableId to get table in publish version (#7091) The 9 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: be/src/exec/hdfs_file_reader.cpp | 16 +++++---- be/src/exec/hdfs_writer.cpp | 32 ++++++++++++++++-- .../administrator-guide/operation/multi-tenant.md | 6 ++-- docs/en/installing/upgrade.md | 19 +++++++++++ .../administrator-guide/operation/multi-tenant.md | 6 ++-- docs/zh-CN/installing/upgrade.md | 19 +++++++++++ extension/spark-doris-connector/build.sh | 1 + .../java/org/apache/doris/analysis/SlotRef.java | 1 + .../java/org/apache/doris/catalog/Catalog.java | 2 +- .../apache/doris/catalog/ColocateTableIndex.java | 8 +++-- .../main/java/org/apache/doris/catalog/Column.java | 16 ++++----- .../java/org/apache/doris/catalog/Database.java | 16 +++++++++ .../doris/catalog/MaterializedIndexMeta.java | 1 - .../clone/ColocateTableCheckerAndBalancer.java | 20 +++++++----- .../apache/doris/common/proc/ReplicasProcNode.java | 2 +- .../doris/http/meta/ColocateMetaService.java | 2 +- .../doris/httpv2/meta/ColocateMetaService.java | 2 +- .../doris/load/routineload/RoutineLoadJob.java | 2 ++ .../load/routineload/RoutineLoadStatistic.java | 7 ++++ .../load/routineload/RoutineLoadTaskInfo.java | 1 + .../org/apache/doris/load/sync/SyncChecker.java | 8 ++++- .../java/org/apache/doris/load/sync/SyncJob.java | 17 ++++++++++ .../org/apache/doris/load/sync/SyncJobManager.java | 38 ++++++++++++++++++++++ .../org/apache/doris/qe/cache/CacheAnalyzer.java | 4 +++ .../org/apache/doris/qe/cache/PartitionRange.java | 30 ++++++++++------- .../main/java/org/apache/doris/system/Backend.java | 3 ++ .../org/apache/doris/task/CreateRollupTask.java | 1 + .../org/apache/doris/task/SchemaChangeTask.java | 1 + .../doris/transaction/DatabaseTransactionMgr.java | 2 +- .../apache/doris/load/sync/SyncJobManagerTest.java | 36 ++++++++++++++++++++ 30 files changed, 268 insertions(+), 51 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org