This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 16684bc9d3b [fix](docs) Fix Chinese characters in English CREATE-TABLE
docs (#3424)
16684bc9d3b is described below
commit 16684bc9d3b8cba75e19518873f87431aa08822d
Author: Yongqiang YANG <[email protected]>
AuthorDate: Mon Mar 2 02:10:59 2026 -0800
[fix](docs) Fix Chinese characters in English CREATE-TABLE docs (#3424)
## Summary
- Replace untranslated Chinese text `其中:` with English `Where:` in the
CREATE-TABLE syntax documentation
- Fixes all 4 affected English doc versions: current, 2.1, 3.x, and 4.x
## Test plan
- [ ] Verify the English docs render correctly on the website
- [ ] Confirm no other Chinese characters remain in the affected files
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 <[email protected]>
---
docs/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md | 4 ++--
.../sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md | 2 +-
.../sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md | 2 +-
.../sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git
a/docs/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
b/docs/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
index cf2d4f37163..767b1e034a0 100644
--- a/docs/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
+++ b/docs/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
@@ -93,7 +93,7 @@ partitions_definition
<origin_partitions_definition>
```
-- 其中:
+- Where:
```sql
<origin_partitions_definition>
@@ -270,7 +270,7 @@ CREATE TABLE <new_table_name> LIKE <existing_table_name>
**<index_property>**
-> The properties of the index. For detailed explanations, refer to the
[Inverted Index](../../../../table-design/index/inverted-index.md) section.
+> The properties of the index. For detailed explanations, refer to the
[Inverted Index](../../../../table-design/index/inverted-index/overview.md)
section.
### Auto Partition Related Parameters
diff --git
a/versioned_docs/version-2.1/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
b/versioned_docs/version-2.1/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
index bdd99af9943..b480719c1fa 100644
---
a/versioned_docs/version-2.1/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
+++
b/versioned_docs/version-2.1/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
@@ -92,7 +92,7 @@ partitions_definition
<origin_partitions_definition>
```
-- 其中:
+- Where:
```sql
<origin_partitions_definition>
diff --git
a/versioned_docs/version-3.x/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
b/versioned_docs/version-3.x/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
index f803fa4b9e9..f6479a3602f 100644
---
a/versioned_docs/version-3.x/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
+++
b/versioned_docs/version-3.x/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
@@ -93,7 +93,7 @@ partitions_definition
<origin_partitions_definition>
```
-- 其中:
+- Where:
```sql
<origin_partitions_definition>
diff --git
a/versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
b/versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
index cf2d4f37163..767b1e034a0 100644
---
a/versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
+++
b/versioned_docs/version-4.x/sql-manual/sql-statements/table-and-view/table/CREATE-TABLE.md
@@ -93,7 +93,7 @@ partitions_definition
<origin_partitions_definition>
```
-- 其中:
+- Where:
```sql
<origin_partitions_definition>
@@ -270,7 +270,7 @@ CREATE TABLE <new_table_name> LIKE <existing_table_name>
**<index_property>**
-> The properties of the index. For detailed explanations, refer to the
[Inverted Index](../../../../table-design/index/inverted-index.md) section.
+> The properties of the index. For detailed explanations, refer to the
[Inverted Index](../../../../table-design/index/inverted-index/overview.md)
section.
### Auto Partition Related Parameters
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]