You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/19 13:34:56 UTC

[doris] 30/36: [typo](docs) fix insert load doc error (#18773)

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

morningman pushed a commit to branch branch-2.0-alpha
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 4f1e13620671a039a80c490845e628f1fffed3f5
Author: Jiwen liu <61...@users.noreply.github.com>
AuthorDate: Tue Apr 18 21:13:23 2023 +0800

    [typo](docs) fix insert load doc error (#18773)
---
 docs/zh-CN/docs/data-operate/import/import-scenes/jdbc-load.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-CN/docs/data-operate/import/import-scenes/jdbc-load.md b/docs/zh-CN/docs/data-operate/import/import-scenes/jdbc-load.md
index c5470cc318..3c4e04ce18 100644
--- a/docs/zh-CN/docs/data-operate/import/import-scenes/jdbc-load.md
+++ b/docs/zh-CN/docs/data-operate/import/import-scenes/jdbc-load.md
@@ -150,7 +150,7 @@ public class DorisJDBCDemo {
 
 2. 批次大小
 
-   因为是在客户端进行批量处理,因此一批次如果过大的话,话占用客户端的内存资源,需关注。
+   因为是在客户端进行批量处理,所以一批次过大的话,会占用客户端的内存资源,需关注。
 
    Doris 后续会支持服务端的 PrepareStatemnt,敬请期待。
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org