[docs](load) fix indentation in stream load manual (#22807)

This commit is contained in:
Kaijie Chen
2023-08-13 10:16:11 +08:00
committed by GitHub
parent 23add67d14
commit 79a61ced42

View File

@ -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