This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from ab8346560d [Enhancement](storage) add num_values consistency check when build/load IndexedColumn (#14447) (#14450) add 6eeebd47a9 [improvement](doc) add missing documents (#14460) No new revisions were added by this update. Summary of changes: .../community/how-to-contribute/contribute-doc.md | 64 ++++++++++++++++ docs/en/docs/admin-manual/config/config-dir.md | 49 ++++++++++++ .../maint-monitor/metadata-operation.md | 13 ++++ docs/en/docs/advanced/broker.md | 42 ++++++++++- .../Load/CANCEL-LOAD.md | 18 ++++- .../Data-Manipulation-Statements/OUTFILE.md | 66 ++++++++-------- ...CK-TABLET.md => ADMIN-CANCEL-REBALANCE-DISK.md} | 36 ++++----- .../ADMIN-REBALANCE-DISK.md | 68 +++++++++++++++++ docs/sidebars.json | 5 +- .../community/how-to-contribute/contribute-doc.md | 66 +++++++++++++++- docs/zh-CN/docs/admin-manual/config/config-dir.md | 49 ++++++++++++ .../maint-monitor/metadata-operation.md | 15 ++++ docs/zh-CN/docs/advanced/broker.md | 44 ++++++++++- .../Load/CANCEL-LOAD.md | 16 +++- .../Data-Manipulation-Statements/OUTFILE.md | 87 ++++++++++++---------- .../ADMIN-CANCEL-REBALANCE-DISK.md} | 31 ++++---- .../ADMIN-REBALANCE-DISK.md} | 41 +++++----- .../org/apache/doris/analysis/CancelLoadStmt.java | 9 +++ .../apache/doris/analysis/CancelLoadStmtTest.java | 14 ++-- 19 files changed, 598 insertions(+), 135 deletions(-) create mode 100644 docs/en/docs/admin-manual/config/config-dir.md copy docs/en/docs/sql-manual/sql-reference/Database-Administration-Statements/{ADMIN-CHECK-TABLET.md => ADMIN-CANCEL-REBALANCE-DISK.md} (51%) create mode 100644 docs/en/docs/sql-manual/sql-reference/Database-Administration-Statements/ADMIN-REBALANCE-DISK.md create mode 100644 docs/zh-CN/docs/admin-manual/config/config-dir.md copy docs/zh-CN/docs/sql-manual/sql-reference/{Show-Statements/SHOW-DATA-SKEW.md => Database-Administration-Statements/ADMIN-CANCEL-REBALANCE-DISK.md} (55%) copy docs/zh-CN/docs/sql-manual/sql-reference/{Show-Statements/SHOW-TABLE-STATUS.md => Database-Administration-Statements/ADMIN-REBALANCE-DISK.md} (52%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org