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

yiguolei 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 1222403233 [doc](typo)Fix docs insert into manual #17856
1222403233 is described below

commit 1222403233bff48d8bbacd0fde449c5ce7ff68a8
Author: taomengen <[email protected]>
AuthorDate: Fri Mar 17 08:57:02 2023 +0800

    [doc](typo)Fix docs insert into manual #17856
---
 docs/en/docs/data-operate/import/import-way/insert-into-manual.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/docs/data-operate/import/import-way/insert-into-manual.md 
b/docs/en/docs/data-operate/import/import-way/insert-into-manual.md
index 33580ea9f6..be12523aa2 100644
--- a/docs/en/docs/data-operate/import/import-way/insert-into-manual.md
+++ b/docs/en/docs/data-operate/import/import-way/insert-into-manual.md
@@ -198,7 +198,7 @@ This command returns the insert results and the details of 
the corresponding tra
 
   The Insert Into import itself cannot control the tolerable error rate of the 
import. Users can only use the Session parameter `enable_insert_strict`. When 
this parameter is set to false, it indicates that at least one data has been 
imported correctly, and then it returns successfully. When this parameter is 
set to true, the import fails if there is a data error. The default is false. 
It can be set by `SET enable_insert_strict = true;`.
 
-- query u timeout
+- query_timeout
 
   Insert Into itself is also an SQL command, and the Insert Into statement is 
restricted by the Session variable <version since="dev" 
type="inline">`insert_timeout`</version>. You can increase the timeout time by 
`SET insert_timeout = xxx;` in seconds.
 


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

Reply via email to