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

liaoxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cc3026b3a0 [doc](routine load) fix routine load doc error (#1382)
7cc3026b3a0 is described below

commit 7cc3026b3a025586977b67fb53d5815909b51563
Author: hui lai <1353307...@qq.com>
AuthorDate: Fri Nov 22 17:30:37 2024 +0800

    [doc](routine load) fix routine load doc error (#1382)
---
 docs/data-operate/import/import-way/routine-load-manual.md            | 4 ++--
 .../current/data-operate/import/import-way/routine-load-manual.md     | 4 ++--
 .../version-2.1/data-operate/import/import-way/routine-load-manual.md | 4 ++--
 .../version-3.0/data-operate/import/import-way/routine-load-manual.md | 4 ++--
 .../version-2.1/data-operate/import/import-way/routine-load-manual.md | 4 ++--
 .../version-3.0/data-operate/import/import-way/routine-load-manual.md | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/data-operate/import/import-way/routine-load-manual.md 
b/docs/data-operate/import/import-way/routine-load-manual.md
index a51fdc9d6aa..0d548ae6cde 100644
--- a/docs/data-operate/import/import-way/routine-load-manual.md
+++ b/docs/data-operate/import/import-way/routine-load-manual.md
@@ -107,7 +107,7 @@ In Doris, you can create persistent Routine Load  tasks 
using the `CREATE ROUTIN
     In Doris, create the table for loading with the following syntax:
 
     ```sql
-    CREATE TABLE testdb.test_streamload(
+    CREATE TABLE testdb.test_routineload_tbl(
         user_id            BIGINT       NOT NULL COMMENT "User ID",
         name               VARCHAR(20)           COMMENT "User Name",
         age                INT                   COMMENT "User Age"
@@ -146,7 +146,7 @@ In Doris, you can create persistent Routine Load  tasks 
using the `CREATE ROUTIN
     In Doris, create the table for loading with the following syntax:
 
     ```sql
-    CREATE TABLE testdb.test_streamload(
+    CREATE TABLE testdb.test_routineload_tbl(
         user_id            BIGINT       NOT NULL COMMENT "User ID",
         name               VARCHAR(20)           COMMENT "User Name",
         age                INT                   COMMENT "User Age"
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/routine-load-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/routine-load-manual.md
index db2e55ff216..ff3c9f046bf 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/routine-load-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/routine-load-manual.md
@@ -107,7 +107,7 @@ kafka-console-consumer.sh --bootstrap-server localhost:9092 
--topic test-routine
 在 Doris 中,创建被导入的表,具体语法如下
 
 ```sql
-CREATE TABLE testdb.test_streamload(
+CREATE TABLE testdb.test_routineload_tbl(
     user_id            BIGINT       NOT NULL COMMENT "user id",
     name               VARCHAR(20)           COMMENT "name",
     age                INT                   COMMENT "age"
@@ -156,7 +156,7 @@ kafka-console-consumer.sh --bootstrap-server localhost:9092 
--topic test-routine
 在 Doris 中,创建被导入的表,具体语法如下
 
 ```sql
-CREATE TABLE testdb.test_streamload(
+CREATE TABLE testdb.test_routineload_tbl(
     user_id            BIGINT       NOT NULL COMMENT "user id",
     name               VARCHAR(20)           COMMENT "name",
     age                INT                   COMMENT "age"
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/import-way/routine-load-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/import-way/routine-load-manual.md
index db2e55ff216..ff3c9f046bf 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/import-way/routine-load-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/import-way/routine-load-manual.md
@@ -107,7 +107,7 @@ kafka-console-consumer.sh --bootstrap-server localhost:9092 
--topic test-routine
 在 Doris 中,创建被导入的表,具体语法如下
 
 ```sql
-CREATE TABLE testdb.test_streamload(
+CREATE TABLE testdb.test_routineload_tbl(
     user_id            BIGINT       NOT NULL COMMENT "user id",
     name               VARCHAR(20)           COMMENT "name",
     age                INT                   COMMENT "age"
@@ -156,7 +156,7 @@ kafka-console-consumer.sh --bootstrap-server localhost:9092 
--topic test-routine
 在 Doris 中,创建被导入的表,具体语法如下
 
 ```sql
-CREATE TABLE testdb.test_streamload(
+CREATE TABLE testdb.test_routineload_tbl(
     user_id            BIGINT       NOT NULL COMMENT "user id",
     name               VARCHAR(20)           COMMENT "name",
     age                INT                   COMMENT "age"
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/import-way/routine-load-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/import-way/routine-load-manual.md
index 81fa4987d3a..0610209bc75 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/import-way/routine-load-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/import-way/routine-load-manual.md
@@ -107,7 +107,7 @@ kafka-console-consumer.sh --bootstrap-server localhost:9092 
--topic test-routine
 在 Doris 中,创建被导入的表,具体语法如下
 
 ```sql
-CREATE TABLE testdb.test_streamload(
+CREATE TABLE testdb.test_routineload_tbl(
     user_id            BIGINT       NOT NULL COMMENT "user id",
     name               VARCHAR(20)           COMMENT "name",
     age                INT                   COMMENT "age"
@@ -156,7 +156,7 @@ kafka-console-consumer.sh --bootstrap-server localhost:9092 
--topic test-routine
 在 Doris 中,创建被导入的表,具体语法如下
 
 ```sql
-CREATE TABLE testdb.test_streamload(
+CREATE TABLE testdb.test_routineload_tbl(
     user_id            BIGINT       NOT NULL COMMENT "user id",
     name               VARCHAR(20)           COMMENT "name",
     age                INT                   COMMENT "age"
diff --git 
a/versioned_docs/version-2.1/data-operate/import/import-way/routine-load-manual.md
 
b/versioned_docs/version-2.1/data-operate/import/import-way/routine-load-manual.md
index a51fdc9d6aa..0d548ae6cde 100644
--- 
a/versioned_docs/version-2.1/data-operate/import/import-way/routine-load-manual.md
+++ 
b/versioned_docs/version-2.1/data-operate/import/import-way/routine-load-manual.md
@@ -107,7 +107,7 @@ In Doris, you can create persistent Routine Load  tasks 
using the `CREATE ROUTIN
     In Doris, create the table for loading with the following syntax:
 
     ```sql
-    CREATE TABLE testdb.test_streamload(
+    CREATE TABLE testdb.test_routineload_tbl(
         user_id            BIGINT       NOT NULL COMMENT "User ID",
         name               VARCHAR(20)           COMMENT "User Name",
         age                INT                   COMMENT "User Age"
@@ -146,7 +146,7 @@ In Doris, you can create persistent Routine Load  tasks 
using the `CREATE ROUTIN
     In Doris, create the table for loading with the following syntax:
 
     ```sql
-    CREATE TABLE testdb.test_streamload(
+    CREATE TABLE testdb.test_routineload_tbl(
         user_id            BIGINT       NOT NULL COMMENT "User ID",
         name               VARCHAR(20)           COMMENT "User Name",
         age                INT                   COMMENT "User Age"
diff --git 
a/versioned_docs/version-3.0/data-operate/import/import-way/routine-load-manual.md
 
b/versioned_docs/version-3.0/data-operate/import/import-way/routine-load-manual.md
index a51fdc9d6aa..0d548ae6cde 100644
--- 
a/versioned_docs/version-3.0/data-operate/import/import-way/routine-load-manual.md
+++ 
b/versioned_docs/version-3.0/data-operate/import/import-way/routine-load-manual.md
@@ -107,7 +107,7 @@ In Doris, you can create persistent Routine Load  tasks 
using the `CREATE ROUTIN
     In Doris, create the table for loading with the following syntax:
 
     ```sql
-    CREATE TABLE testdb.test_streamload(
+    CREATE TABLE testdb.test_routineload_tbl(
         user_id            BIGINT       NOT NULL COMMENT "User ID",
         name               VARCHAR(20)           COMMENT "User Name",
         age                INT                   COMMENT "User Age"
@@ -146,7 +146,7 @@ In Doris, you can create persistent Routine Load  tasks 
using the `CREATE ROUTIN
     In Doris, create the table for loading with the following syntax:
 
     ```sql
-    CREATE TABLE testdb.test_streamload(
+    CREATE TABLE testdb.test_routineload_tbl(
         user_id            BIGINT       NOT NULL COMMENT "User ID",
         name               VARCHAR(20)           COMMENT "User Name",
         age                INT                   COMMENT "User Age"


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

Reply via email to