From 79a61ced420c19dbf929238cd04a7922a1a06261 Mon Sep 17 00:00:00 2001 From: Kaijie Chen Date: Sun, 13 Aug 2023 10:16:11 +0800 Subject: [PATCH] [docs](load) fix indentation in stream load manual (#22807) --- .../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