This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 7254999f02 [typo](docs) fix docs,delete redundant words #13849 7254999f02 is described below commit 7254999f0266e36088f64b8c3f22ee2080cc8b01 Author: Wanghuan <imnu205...@126.com> AuthorDate: Mon Nov 7 13:51:10 2022 +0800 [typo](docs) fix docs,delete redundant words #13849 --- docs/zh-CN/docs/data-operate/import/import-scenes/load-atomicity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-CN/docs/data-operate/import/import-scenes/load-atomicity.md b/docs/zh-CN/docs/data-operate/import/import-scenes/load-atomicity.md index 5866ec11af..15e84a8066 100644 --- a/docs/zh-CN/docs/data-operate/import/import-scenes/load-atomicity.md +++ b/docs/zh-CN/docs/data-operate/import/import-scenes/load-atomicity.md @@ -28,7 +28,7 @@ under the License. Doris 中的所有导入操作都有原子性保证,即一个导入作业中的数据要么全部成功,要么全部失败。不会出现仅部分数据导入成功的情况。 -在 [BROKER LOAD](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md) 中我们也可以实现多多表的原子性导入。 +在 [BROKER LOAD](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md) 中我们也可以实现多表的原子性导入。 对于表所附属的 [物化视图](../../../advanced/materialized-view.md),也同时保证和基表的原子性和一致性。 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org