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

caiconghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 79fd117  Update load-json-format.md (#6546)
79fd117 is described below

commit 79fd117d60bd053d892f8aaa8c9a4554a4b35ed7
Author: 王连松 <[email protected]>
AuthorDate: Thu Sep 2 16:08:09 2021 +0800

    Update load-json-format.md (#6546)
    
    change stripe_outer_array to strip_outer_array
---
 docs/zh-CN/administrator-guide/load-data/load-json-format.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-CN/administrator-guide/load-data/load-json-format.md 
b/docs/zh-CN/administrator-guide/load-data/load-json-format.md
index ae7a841..b7e9451 100644
--- a/docs/zh-CN/administrator-guide/load-data/load-json-format.md
+++ b/docs/zh-CN/administrator-guide/load-data/load-json-format.md
@@ -63,7 +63,7 @@ Doris 从 0.12 版本开始支持 Json 格式的数据导入。
     
     这种方式通常用于 Stream Load 导入方式,以便在一批导入数据中表示多行数据。
     
-    这种方式必须配合设置 `stripe_outer_array=true` 使用。Doris在解析时会将数组展开,然后依次解析其中的每一个 
Object 作为一行数据。
+    这种方式必须配合设置 `strip_outer_array=true` 使用。Doris在解析时会将数组展开,然后依次解析其中的每一个 Object 
作为一行数据。
 
 2. 以 Object 表示的单行数据
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to