hf200012 commented on code in PR #13171:
URL: https://github.com/apache/doris/pull/13171#discussion_r990611888


##########
docs/en/docs/data-table/basic-usage.md:
##########
@@ -142,7 +142,7 @@ mysql> USE example_db;
 Database changed
 ```
 
-Doris supports [composite partition and single 
partition](data-partition.html#composite partition and single partition)  two 
table building methods. The following takes the aggregation model as an example 
to demonstrate how to create two partitioned data tables.
+Doris supports [composite partition and single partition](data-partition)  two 
table building methods. The following takes the aggregation model as an example 
to demonstrate how to create two partitioned data tables.

Review Comment:
   ```suggestion
   Doris supports [composite partition and single partition](./data-partition)  
two table building methods. The following takes the aggregation model as an 
example to demonstrate how to create two partitioned data tables.
   ```



##########
docs/en/docs/data-table/basic-usage.md:
##########
@@ -406,7 +406,7 @@ MySQL> SELECT SUM(pv) FROM table2 WHERE siteid IN (SELECT 
siteid FROM table1 WHE
 
 ## Table Structure Change
 
-Use the [ALTER TABLE COLUMN](. 
/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-COLUMN.md)
 command to modify the table Schema, including the following changes.
+Use the [ALTER TABLE 
COLUMN](../sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-COLUMN.md)
 command to modify the table Schema, including the following changes.

Review Comment:
   ```suggestion
   Use the [ALTER TABLE 
COLUMN](../sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-COLUMN)
 command to modify the table Schema, including the following changes.
   ```



##########
docs/zh-CN/docs/data-operate/import/import-scenes/jdbc-load.md:
##########
@@ -160,4 +160,4 @@ public class DorisJDBCDemo {
 
    前面提到,我们建议在使用 INSERT 导入数据时,采用 ”批“ 的方式进行导入,而不是单条插入。
 
-   同时,我们可以为每次 INSERT 操作设置一个 Label。通过 [Label 
机制](./load-atomicity.html#label-机制) 可以保证操作的幂等性和原子性,最终做到数据的不丢不重。关于 INSERT 中 
Label 的具体用法,可以参阅 
[INSERT](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md)
 文档。
+   同时,我们可以为每次 INSERT 操作设置一个 Label。通过 [Label 机制](./load-atomicity) 
可以保证操作的幂等性和原子性,最终做到数据的不丢不重。关于 INSERT 中 Label 的具体用法,可以参阅 
[INSERT](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md)
 文档。

Review Comment:
   ```suggestion
      同时,我们可以为每次 INSERT 操作设置一个 Label。通过 [Label 机制](./load-atomicity) 
可以保证操作的幂等性和原子性,最终做到数据的不丢不重。关于 INSERT 中 Label 的具体用法,可以参阅 
[INSERT](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT)
 文档。
   ```



##########
docs/en/docs/data-operate/import/import-scenes/jdbc-load.md:
##########
@@ -160,4 +160,4 @@ Please note the following:
 
    As mentioned earlier, we recommend that when using INSERT to import data, 
use the "batch" method to import, rather than a single insert.
 
-   At the same time, we can set a Label for each INSERT operation. Through the 
[Label mechanism](./load-atomicity.html#label-mechanism), the idempotency and 
atomicity of operations can be guaranteed, and the data will not be lost or 
heavy in the end. For the specific usage of Label in INSERT, you can refer to 
the 
[INSERT](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md)
 document.
+   At the same time, we can set a Label for each INSERT operation. Through the 
[Label mechanism](./load-atomicity), the idempotency and atomicity of 
operations can be guaranteed, and the data will not be lost or heavy in the 
end. For the specific usage of Label in INSERT, you can refer to the 
[INSERT](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT.md)
 document.

Review Comment:
   ```suggestion
      At the same time, we can set a Label for each INSERT operation. Through 
the [Label mechanism](./load-atomicity), the idempotency and atomicity of 
operations can be guaranteed, and the data will not be lost or heavy in the 
end. For the specific usage of Label in INSERT, you can refer to the 
[INSERT](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/INSERT)
 document.
   ```



##########
docs/en/docs/data-table/basic-usage.md:
##########
@@ -470,7 +470,7 @@ For more help, see ``HELP ALTER TABLE``.
 
 Rollup can be understood as a materialized index structure for a Table. 
**Materialized** because its data is physically stored independently, and 
**Indexed** in the sense that Rollup can reorder columns to increase the hit 
rate of prefix indexes, and can reduce key columns to increase the aggregation 
of data.
 
-Use [ALTER TABLE ROLLUP](... 
/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-ROLLUP.md)
 to perform various changes to Rollup.
+Use [ALTER TABLE 
ROLLUP](../sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-ROLLUP.md)
 to perform various changes to Rollup.

Review Comment:
   ```suggestion
   Use [ALTER TABLE 
ROLLUP](../sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-ROLLUP)
 to perform various changes to Rollup.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to