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

dataroaring 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 84b90abeebe [typo](docs)Improve stream load document (#25893)
84b90abeebe is described below

commit 84b90abeebe6174a08d9f811e50f6a2441b42855
Author: Petrichor <31833513+vinle...@users.noreply.github.com>
AuthorDate: Mon Nov 6 23:23:45 2023 +0800

    [typo](docs)Improve stream load document (#25893)
---
 .../sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md    | 4 ++--
 .../sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
 
b/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
index 60a9c44fc01..2431a824d77 100644
--- 
a/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
+++ 
b/docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
@@ -217,12 +217,12 @@ separated by commas.
 
 10. Simple mode, import json data
     Table Structure:
-
+    ```
     `category` varchar(512) NULL COMMENT "",
     `author` varchar(512) NULL COMMENT "",
     `title` varchar(512) NULL COMMENT "",
     `price` double NULL COMMENT ""
-
+    ```
     json data format:
     ````
     {"category":"C++","author":"avc","title":"C++ primer","price":895}
diff --git 
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
 
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
index 727abb25807..3149002f2a0 100644
--- 
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
+++ 
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md
@@ -215,12 +215,12 @@ curl --location-trusted -u user:passwd [-H ""...] -T 
data.file -XPUT http://fe_h
 10. 简单模式,导入json数据
     
     表结构:
-
+     ```
      `category` varchar(512) NULL COMMENT "",
      `author` varchar(512) NULL COMMENT "",
      `title` varchar(512) NULL COMMENT "",
      `price` double NULL COMMENT ""
-
+    ```
     json数据格式:
     ```
     {"category":"C++","author":"avc","title":"C++ primer","price":895}


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

Reply via email to