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 79a61ced42 [docs](load) fix indentation in stream load manual (#22807)
79a61ced42 is described below

commit 79a61ced420c19dbf929238cd04a7922a1a06261
Author: Kaijie Chen <[email protected]>
AuthorDate: Sun Aug 13 10:16:11 2023 +0800

    [docs](load) fix indentation in stream load manual (#22807)
---
 docs/en/docs/data-operate/import/import-way/stream-load-manual.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/docs/data-operate/import/import-way/stream-load-manual.md 
b/docs/en/docs/data-operate/import/import-way/stream-load-manual.md
index 1202378778..bbec22ecb6 100644
--- a/docs/en/docs/data-operate/import/import-way/stream-load-manual.md
+++ b/docs/en/docs/data-operate/import/import-way/stream-load-manual.md
@@ -137,7 +137,7 @@ Stream load uses HTTP protocol, so all parameters related 
to import tasks are se
 
        ``` dpp.norm.ALL ``` refers to the number of correct data in the import 
process. The correct amount of data for the import task can be queried by the 
``SHOW LOAD` command.
 
-The number of rows in the original file = `dpp.abnorm.ALL + dpp.norm.ALL`
+  The number of rows in the original file = `dpp.abnorm.ALL + dpp.norm.ALL`
 
 + where
 


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

Reply via email to