This is an automated email from the ASF dual-hosted git repository.
kassiez 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 426a3c4cdb4 [fix] Fix typo that reported by issues (#2291)
426a3c4cdb4 is described below
commit 426a3c4cdb4fc86a3c915efad7b9394f467ec5c3
Author: KassieZ <[email protected]>
AuthorDate: Thu Apr 17 18:55:55 2025 +0800
[fix] Fix typo that reported by issues (#2291)
https://github.com/apache/doris-website/issues/2162
https://github.com/apache/doris-website/issues/2149
https://github.com/apache/doris-website/issues/2204
https://github.com/apache/doris-website/issues/2208
https://github.com/apache/doris-website/issues/2257
## Versions
- [ ] dev
- [ ] 3.0
- [ ] 2.1
- [ ] 2.0
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
.../sql-data-types/semi-structured/STRUCT.md | 2 +-
.../scalar-functions/spatial-functions/st-y.md | 4 +-
...LUMN.md => ALTER-TABLE-ADD-GENERATED-COLUMN.md} | 2 +-
.../array-functions/arrays-overlap.md | 2 +-
.../scalar-functions/spatial-functions/st-y.md | 4 +-
...LUMN.md => ALTER-TABLE-ADD-GENERATED-COLUMN.md} | 2 +-
.../sql-functions/spatial-functions/st-y.md | 6 +-
.../sql-functions/spatial-functions/st-y.md | 4 +-
.../sql-reference/Show-Statements/SHOW-JOB.md | 93 ----------------------
.../array-functions/arrays-overlap.md | 2 +-
.../scalar-functions/spatial-functions/st-y.md | 4 +-
.../array-functions/arrays-overlap.md | 2 +-
.../scalar-functions/spatial-functions/st-y.md | 4 +-
...LUMN.md => ALTER-TABLE-ADD-GENERATED-COLUMN.md} | 2 +-
sidebars.json | 2 +-
versioned_docs/version-1.2/lakehouse/filecache.md | 2 +-
.../sql-functions/spatial-functions/st-y.md | 4 +-
versioned_docs/version-2.0/lakehouse/filecache.md | 2 +-
.../sql-data-types/semi-structured/STRUCT.md | 4 +-
.../sql-functions/spatial-functions/st-y.md | 4 +-
.../sql-reference/Show-Statements/SHOW-JOB.md | 93 ----------------------
versioned_docs/version-2.1/lakehouse/filecache.md | 2 +-
.../sql-data-types/semi-structured/STRUCT.md | 2 +-
.../scalar-functions/spatial-functions/st-y.md | 4 +-
versioned_docs/version-3.0/lakehouse/filecache.md | 2 +-
.../sql-data-types/semi-structured/STRUCT.md | 2 +-
.../scalar-functions/spatial-functions/st-y.md | 4 +-
...LUMN.md => ALTER-TABLE-ADD-GENERATED-COLUMN.md} | 2 +-
versioned_sidebars/version-3.0-sidebars.json | 2 +-
29 files changed, 39 insertions(+), 225 deletions(-)
diff --git
a/docs/sql-manual/basic-element/sql-data-types/semi-structured/STRUCT.md
b/docs/sql-manual/basic-element/sql-data-types/semi-structured/STRUCT.md
index 50320c08fea..30f1c47c63b 100644
--- a/docs/sql-manual/basic-element/sql-data-types/semi-structured/STRUCT.md
+++ b/docs/sql-manual/basic-element/sql-data-types/semi-structured/STRUCT.md
@@ -99,7 +99,7 @@ test.csv:
3|{"s_address":"sa3", "s_name":"sn3", "s_id":3}
```
-exmaple:
+example:
```
curl --location-trusted -u root -T test.csv -H "label:test_label"
http://host:port/api/test/struct_test/_stream_load
diff --git
a/docs/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
b/docs/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
index de27d59df80..9416e8a6702 100644
--- a/docs/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
+++ b/docs/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
@@ -52,8 +52,8 @@ SELECT ST_Y(ST_Point(24.7, 56.7));
```text
+----------------------------+
-| st_x(st_point(24.7, 56.7)) |
+| ST_Y(ST_Point(24.7, 56.7)) |
+----------------------------+
-| 24.7 |
+| 56.7 |
+----------------------------+
```
\ No newline at end of file
diff --git
a/docs/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN.md
b/docs/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN.md
similarity index 98%
rename from
docs/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN.md
rename to
docs/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN.md
index 202020b69b8..18c5861c57a 100644
---
a/docs/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN.md
+++
b/docs/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN.md
@@ -1,6 +1,6 @@
---
{
- "title": "ALTER TABLE AND GENERATED COLUMN",
+ "title": "ALTER TABLE ADD GENERATED COLUMN",
"language": "en"
}
---
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/array-functions/arrays-overlap.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/array-functions/arrays-overlap.md
index 96df976e2e8..e5d1d7791dc 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/array-functions/arrays-overlap.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/array-functions/arrays-overlap.md
@@ -40,7 +40,7 @@ ARRAYS_OVERLAP(<left>, <right>)
| 参数 | 说明 |
|--|--|
| `<left>` | 待判断的数组 |
-| `<right>` | 带判断的数组 |
+| `<right>` | 待判断的数组 |
## 返回值
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
index 6b105fe3543..3daa3b27b19 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
@@ -51,8 +51,8 @@ SELECT ST_Y(ST_Point(24.7, 56.7));
```text
+----------------------------+
-| st_x(st_point(24.7, 56.7)) |
+| ST_Y(ST_Point(24.7, 56.7)) |
+----------------------------+
-| 24.7 |
+| 56.7 |
+----------------------------+
```
\ No newline at end of file
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN.md
similarity index 97%
rename from
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN.md
rename to
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN.md
index 0012db86636..1792b00baea 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN.md
@@ -1,6 +1,6 @@
---
{
- "title": "ALTER TABLE AND GENERATED COLUMN",
+ "title": "ALTER TABLE ADD GENERATED COLUMN",
"language": "zh-CN"
}
---
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/sql-manual/sql-functions/spatial-functions/st-y.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/sql-manual/sql-functions/spatial-functions/st-y.md
index c452a7a1464..e74a1985a64 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/sql-manual/sql-functions/spatial-functions/st-y.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/sql-manual/sql-functions/spatial-functions/st-y.md
@@ -31,16 +31,16 @@ under the License.
`DOUBLE ST_Y(POINT point)`
-当point是一个合法的POINT类型时,返回对应的Y坐标值
+当 point 是一个合法的 POINT 类型时,返回对应的 Y 坐标值
## 举例
```
mysql> SELECT ST_Y(ST_Point(24.7, 56.7));
+----------------------------+
-| st_y(st_point(24.7, 56.7)) |
+| ST_Y(ST_Point(24.7, 56.7)) |
+----------------------------+
-| 56.7 |
+| 56.7 |
+----------------------------+
```
### keywords
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/spatial-functions/st-y.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/spatial-functions/st-y.md
index d1db322e493..802b7ea1f34 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/spatial-functions/st-y.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-functions/spatial-functions/st-y.md
@@ -52,8 +52,8 @@ SELECT ST_Y(ST_Point(24.7, 56.7));
```text
+----------------------------+
-| st_x(st_point(24.7, 56.7)) |
+| ST_Y(ST_Point(24.7, 56.7)) |
+----------------------------+
-| 24.7 |
+| 56.7 |
+----------------------------+
```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Show-Statements/SHOW-JOB.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Show-Statements/SHOW-JOB.md
deleted file mode 100644
index 3905e3a6938..00000000000
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/sql-manual/sql-reference/Show-Statements/SHOW-JOB.md
+++ /dev/null
@@ -1,93 +0,0 @@
----
-{
-"title": "SHOW-JOB",
-"language": "zh-CN"
-}
----
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-## SHOW-JOB
-
-### Name
-
-SHOW JOB
-
-## 描述
-
-该语句用于展示 JOB 作业运行状态
-
-语法:
-
-```sql
-SHOW JOBS|JOB FOR job_name;
-```
-
-SHOW JOBS 用于展示当前 DB 下所有作业的运行状态,SHOW JOB FOR job_name 用于展示指定作业的运行状态。
-
-结果说明:
-
-```
- Id: JobId
- Db: 数据库名称
- Name: Job名称
- Definer: 创建用户
- TimeZone: 时区
- ExecuteType: RECURRING 表示循环调度,即使用 every 语句指定的调度时间,ONCE_TIME
表示一次性任务。
- ExecuteAT: ONCE_TIME 任务的执行开始时间
- ExecuteInterval: 周期调度任务的间隔
- ExecuteInterval: 周期调度任务的时间间隔单位
- STARTS: 周期调度任务设置的开始时间
- ENDS: 周期调度任务设置的结束时间
- Status: Job 状态
- LastExecuteFinishTime: 上一次执行完成时间
- ErrorMsg: 错误信息
- Comment: 备注
-
-
-```
-
-* State
-
- 有以下5种State:
- * RUNNING:运行中
- * PAUSED:暂停
- * STOPPED:结束(用户手动触发)
- * FINISHED: 完成
-
-## 举例
-
-1. 展示当前 DB 下的所有 JOB。
-
- ```sql
- SHOW JOBS;
- ```
-
-2. 展示名称为 test1 的 JOB
-
- ```sql
- SHOW JOB FOR test1;
- ```
-
-### Keywords
-
- SHOW, JOB
-
-### Best Practice
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/array-functions/arrays-overlap.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/array-functions/arrays-overlap.md
index 96df976e2e8..e5d1d7791dc 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/array-functions/arrays-overlap.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/array-functions/arrays-overlap.md
@@ -40,7 +40,7 @@ ARRAYS_OVERLAP(<left>, <right>)
| 参数 | 说明 |
|--|--|
| `<left>` | 待判断的数组 |
-| `<right>` | 带判断的数组 |
+| `<right>` | 待判断的数组 |
## 返回值
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
index 0776ba10b4a..20925359722 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
@@ -51,8 +51,8 @@ SELECT ST_Y(ST_Point(24.7, 56.7));
```text
+----------------------------+
-| st_x(st_point(24.7, 56.7)) |
+| ST_Y(ST_Point(24.7, 56.7)) |
+----------------------------+
-| 24.7 |
+| 56.7 |
+----------------------------+
```
\ No newline at end of file
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/array-functions/arrays-overlap.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/array-functions/arrays-overlap.md
index 96df976e2e8..e5d1d7791dc 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/array-functions/arrays-overlap.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/array-functions/arrays-overlap.md
@@ -40,7 +40,7 @@ ARRAYS_OVERLAP(<left>, <right>)
| 参数 | 说明 |
|--|--|
| `<left>` | 待判断的数组 |
-| `<right>` | 带判断的数组 |
+| `<right>` | 待判断的数组 |
## 返回值
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
index 987150b16a1..9e02f71baaf 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
@@ -52,9 +52,9 @@ SELECT ST_Y(ST_Point(24.7, 56.7));
```text
+----------------------------+
-| st_x(st_point(24.7, 56.7)) |
+| ST_Y(ST_Point(24.7, 56.7)) |
+----------------------------+
-| 24.7 |
+| 56.7 |
+----------------------------+
```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN.md
similarity index 97%
rename from
i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN.md
rename to
i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN.md
index 0012db86636..1792b00baea 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN.md
@@ -1,6 +1,6 @@
---
{
- "title": "ALTER TABLE AND GENERATED COLUMN",
+ "title": "ALTER TABLE ADD GENERATED COLUMN",
"language": "zh-CN"
}
---
diff --git a/sidebars.json b/sidebars.json
index 1feefe8726d..b7a7e942a66 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -1824,7 +1824,7 @@
"sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-REPLACE",
"sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-PROPERTY",
"sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-COMMENT",
-
"sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN",
+
"sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN",
"sql-manual/sql-statements/table-and-view/table/CANCEL-ALTER-TABLE",
"sql-manual/sql-statements/table-and-view/table/SHOW-ALTER-TABLE",
"sql-manual/sql-statements/table-and-view/table/TRUNCATE-TABLE",
diff --git a/versioned_docs/version-1.2/lakehouse/filecache.md
b/versioned_docs/version-1.2/lakehouse/filecache.md
index bc2370f5735..68d655cb3df 100644
--- a/versioned_docs/version-1.2/lakehouse/filecache.md
+++ b/versioned_docs/version-1.2/lakehouse/filecache.md
@@ -61,7 +61,7 @@ Add settings to the BE node's configuration file
`conf/be.conf`, and restart the
| --------------------------------- |
-------------------------------------------------------------------- |
| `enable_file_cache` | Whether to enable File Cache, default
false |
| `file_cache_max_file_segment_size` | Max size of a single cached block,
default 4MB, should greater than 4096 |
-| `file_cache_path` | Parameters about cache path, json
format, for exmaple: `[{"path": "/path/to/file_cache1",
"total_size":53687091200,"query_limit": "10737418240"},{"path":
"/path/to/file_cache2", "total_size":53687091200,"query_limit":
"10737418240"},{"path": "/path/to/file_cache3",
"total_size":53687091200,"query_limit": "10737418240"}]`. `path` is the path to
save cached data; `total_size` is the max size of cached data; `query_limit` is
the max size of cached data [...]
+| `file_cache_path` | Parameters about cache path, json
format, for example: `[{"path": "/path/to/file_cache1",
"total_size":53687091200,"query_limit": "10737418240"},{"path":
"/path/to/file_cache2", "total_size":53687091200,"query_limit":
"10737418240"},{"path": "/path/to/file_cache3",
"total_size":53687091200,"query_limit": "10737418240"}]`. `path` is the path to
save cached data; `total_size` is the max size of cached data; `query_limit` is
the max size of cached data [...]
| `enable_file_cache_query_limit` | Whether to limit the cache size used by
a single query, default false |
| `clear_file_cache` | Whether to delete the previous cache
data when the BE restarts, default false |
diff --git
a/versioned_docs/version-1.2/sql-manual/sql-functions/spatial-functions/st-y.md
b/versioned_docs/version-1.2/sql-manual/sql-functions/spatial-functions/st-y.md
index eec67131b9a..fa2156d5275 100644
---
a/versioned_docs/version-1.2/sql-manual/sql-functions/spatial-functions/st-y.md
+++
b/versioned_docs/version-1.2/sql-manual/sql-functions/spatial-functions/st-y.md
@@ -38,9 +38,9 @@ When point is a valid POINT type, the corresponding Y
coordinate value is return
```
mysql> SELECT ST_Y(ST_Point(24.7, 56.7));
+----------------------------+
-| st_y(st_point(24.7, 56.7)) |
+| ST_Y(ST_Point(24.7, 56.7)) |
+----------------------------+
-| 56.7 |
+| 56.7 |
+----------------------------+
```
### keywords
diff --git a/versioned_docs/version-2.0/lakehouse/filecache.md
b/versioned_docs/version-2.0/lakehouse/filecache.md
index 7c79beb0ea9..16b50c427a4 100644
--- a/versioned_docs/version-2.0/lakehouse/filecache.md
+++ b/versioned_docs/version-2.0/lakehouse/filecache.md
@@ -58,7 +58,7 @@ Add settings to the BE node's configuration file
`conf/be.conf`, and restart the
| Parameter | Description |
| --- | --- |
| `enable_file_cache` | Whether to enable File Cache, default false |
-| `file_cache_path` | Parameters about cache path, json format, for exmaple:
`[{"path": "/path/to/file_cache1", "total_size":53687091200,"query_limit":
"10737418240"},{"path": "/path/to/file_cache2",
"total_size":53687091200,"query_limit": "10737418240"},{"path":
"/path/to/file_cache3", "total_size":53687091200,"query_limit":
"10737418240"}]`. `path` is the path to save cached data; `total_size` is the
max size of cached data; `query_limit` is the max size of cached data for a
single query. |
+| `file_cache_path` | Parameters about cache path, json format, for example:
`[{"path": "/path/to/file_cache1", "total_size":53687091200,"query_limit":
"10737418240"},{"path": "/path/to/file_cache2",
"total_size":53687091200,"query_limit": "10737418240"},{"path":
"/path/to/file_cache3", "total_size":53687091200,"query_limit":
"10737418240"}]`. `path` is the path to save cached data; `total_size` is the
max size of cached data; `query_limit` is the max size of cached data for a
single query. |
| `file_cache_min_file_segment_size` | Min size of a single cached block,
default 1MB, should greater than 4096 |
| `file_cache_max_file_segment_size` | Max size of a single cached block,
default 4MB, should greater than 4096 |
| `enable_file_cache_query_limit` | Whether to limit the cache size used by a
single query, default false |
diff --git
a/versioned_docs/version-2.0/sql-manual/sql-data-types/semi-structured/STRUCT.md
b/versioned_docs/version-2.0/sql-manual/sql-data-types/semi-structured/STRUCT.md
index 0eb685d7984..30f1c47c63b 100644
---
a/versioned_docs/version-2.0/sql-manual/sql-data-types/semi-structured/STRUCT.md
+++
b/versioned_docs/version-2.0/sql-manual/sql-data-types/semi-structured/STRUCT.md
@@ -91,7 +91,7 @@ INSERT INTO `struct_test` VALUES (3, named_struct('s_id', 3,
's_name', 'sn3', 's
Stream load:
-test.csv:
+test.csv:
```
1|{"s_id":1, "s_name":"sn1", "s_address":"sa1"}
@@ -99,7 +99,7 @@ test.csv:
3|{"s_address":"sa3", "s_name":"sn3", "s_id":3}
```
-exmaple:
+example:
```
curl --location-trusted -u root -T test.csv -H "label:test_label"
http://host:port/api/test/struct_test/_stream_load
diff --git
a/versioned_docs/version-2.0/sql-manual/sql-functions/spatial-functions/st-y.md
b/versioned_docs/version-2.0/sql-manual/sql-functions/spatial-functions/st-y.md
index 6c55702dfad..15b366e7d89 100644
---
a/versioned_docs/version-2.0/sql-manual/sql-functions/spatial-functions/st-y.md
+++
b/versioned_docs/version-2.0/sql-manual/sql-functions/spatial-functions/st-y.md
@@ -50,8 +50,8 @@ SELECT ST_Y(ST_Point(24.7, 56.7));
```text
+----------------------------+
-| st_x(st_point(24.7, 56.7)) |
+| ST_Y(ST_Point(24.7, 56.7)) |
+----------------------------+
-| 24.7 |
+| 56.7 |
+----------------------------+
```
\ No newline at end of file
diff --git
a/versioned_docs/version-2.0/sql-manual/sql-reference/Show-Statements/SHOW-JOB.md
b/versioned_docs/version-2.0/sql-manual/sql-reference/Show-Statements/SHOW-JOB.md
deleted file mode 100644
index ec11fd31682..00000000000
---
a/versioned_docs/version-2.0/sql-manual/sql-reference/Show-Statements/SHOW-JOB.md
+++ /dev/null
@@ -1,93 +0,0 @@
----
-{
-"title": "SHOW-JOB",
-"language": "en"
-}
----
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-## SHOW-JOB
-
-###Name
-
-SHOW JOB
-
-### Description
-
-This statement is used to display the running status of the JOB job
-
-grammar:
-
-```sql
-SHOW JOBS|JOB FOR job_name;
-```
-
-SHOW JOBS is used to display the running status of all jobs under the current
DB, and SHOW JOB FOR job_name is used to display the running status of the
specified job.
-
-Result description:
-
-```
- Id: JobId
- Db: database name
- Name: Job name
- Definer: create user
- TimeZone: time zone
- ExecuteType: RECURRING means cyclic scheduling, that is, the
scheduling time specified by the every statement, ONCE_TIME means a one-time
task.
- ExecuteAT: ONCE_TIME The execution start time of the task
- ExecuteInterval: Interval of periodic scheduling tasks
- ExecuteInterval: The time interval unit for periodic scheduling
tasks
- STARTS: The start time of periodic scheduled task settings
- ENDS: The end time set by the periodic scheduling task
- Status: Job status
- LastExecuteFinishTime: The time when the last execution was completed
- ErrorMsg: error message
- Comment: Remarks
-
-
-```
-
-* State
-
- There are the following 5 states:
- * RUNNING: running
- * PAUSED: Paused
- * STOPPED: end (manually triggered by the user)
- * FINISHED: Finished
-
-### Example
-
-1. Display all JOBs under the current DB.
-
- ```sql
- SHOW JOBS;
- ```
-
-2. Display the JOB named test1
-
- ```sql
- SHOW JOB FOR test1;
- ```
-
-###Keywords
-
- SHOW, JOB
-
-### Best Practice
\ No newline at end of file
diff --git a/versioned_docs/version-2.1/lakehouse/filecache.md
b/versioned_docs/version-2.1/lakehouse/filecache.md
index 8c584568607..e1c57424d66 100644
--- a/versioned_docs/version-2.1/lakehouse/filecache.md
+++ b/versioned_docs/version-2.1/lakehouse/filecache.md
@@ -57,7 +57,7 @@ Add settings to the BE node's configuration file
`conf/be.conf`, and restart the
| Parameter | Required | Description |
| --- | --- | --- |
| `enable_file_cache` | Yes | Whether to enable Data cache, default false |
-| `file_cache_path` | Yes | Parameters about cache path, json format, for
exmaple: `[{"path": "/path/to/file_cache1", "total_size":53687091200},{"path":
"/path/to/file_cache2", "total_size":53687091200},{"path":
"/path/to/file_cache3", "total_size":53687091200}]`. `path` is the path to save
cached data; `total_size` is the max size of cached data. |
+| `file_cache_path` | Yes | Parameters about cache path, json format, for
example: `[{"path": "/path/to/file_cache1", "total_size":53687091200},{"path":
"/path/to/file_cache2", "total_size":53687091200},{"path":
"/path/to/file_cache3", "total_size":53687091200}]`. `path` is the path to save
cached data; `total_size` is the max size of cached data. |
| `clear_file_cache` | No | Whether to delete the previous cache data when the
BE restarts, default false |
## Cache Observability
diff --git
a/versioned_docs/version-2.1/sql-manual/basic-element/sql-data-types/semi-structured/STRUCT.md
b/versioned_docs/version-2.1/sql-manual/basic-element/sql-data-types/semi-structured/STRUCT.md
index 50320c08fea..30f1c47c63b 100644
---
a/versioned_docs/version-2.1/sql-manual/basic-element/sql-data-types/semi-structured/STRUCT.md
+++
b/versioned_docs/version-2.1/sql-manual/basic-element/sql-data-types/semi-structured/STRUCT.md
@@ -99,7 +99,7 @@ test.csv:
3|{"s_address":"sa3", "s_name":"sn3", "s_id":3}
```
-exmaple:
+example:
```
curl --location-trusted -u root -T test.csv -H "label:test_label"
http://host:port/api/test/struct_test/_stream_load
diff --git
a/versioned_docs/version-2.1/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
b/versioned_docs/version-2.1/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
index de27d59df80..9416e8a6702 100644
---
a/versioned_docs/version-2.1/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
+++
b/versioned_docs/version-2.1/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
@@ -52,8 +52,8 @@ SELECT ST_Y(ST_Point(24.7, 56.7));
```text
+----------------------------+
-| st_x(st_point(24.7, 56.7)) |
+| ST_Y(ST_Point(24.7, 56.7)) |
+----------------------------+
-| 24.7 |
+| 56.7 |
+----------------------------+
```
\ No newline at end of file
diff --git a/versioned_docs/version-3.0/lakehouse/filecache.md
b/versioned_docs/version-3.0/lakehouse/filecache.md
index 8c584568607..e1c57424d66 100644
--- a/versioned_docs/version-3.0/lakehouse/filecache.md
+++ b/versioned_docs/version-3.0/lakehouse/filecache.md
@@ -57,7 +57,7 @@ Add settings to the BE node's configuration file
`conf/be.conf`, and restart the
| Parameter | Required | Description |
| --- | --- | --- |
| `enable_file_cache` | Yes | Whether to enable Data cache, default false |
-| `file_cache_path` | Yes | Parameters about cache path, json format, for
exmaple: `[{"path": "/path/to/file_cache1", "total_size":53687091200},{"path":
"/path/to/file_cache2", "total_size":53687091200},{"path":
"/path/to/file_cache3", "total_size":53687091200}]`. `path` is the path to save
cached data; `total_size` is the max size of cached data. |
+| `file_cache_path` | Yes | Parameters about cache path, json format, for
example: `[{"path": "/path/to/file_cache1", "total_size":53687091200},{"path":
"/path/to/file_cache2", "total_size":53687091200},{"path":
"/path/to/file_cache3", "total_size":53687091200}]`. `path` is the path to save
cached data; `total_size` is the max size of cached data. |
| `clear_file_cache` | No | Whether to delete the previous cache data when the
BE restarts, default false |
## Cache Observability
diff --git
a/versioned_docs/version-3.0/sql-manual/basic-element/sql-data-types/semi-structured/STRUCT.md
b/versioned_docs/version-3.0/sql-manual/basic-element/sql-data-types/semi-structured/STRUCT.md
index 50320c08fea..30f1c47c63b 100644
---
a/versioned_docs/version-3.0/sql-manual/basic-element/sql-data-types/semi-structured/STRUCT.md
+++
b/versioned_docs/version-3.0/sql-manual/basic-element/sql-data-types/semi-structured/STRUCT.md
@@ -99,7 +99,7 @@ test.csv:
3|{"s_address":"sa3", "s_name":"sn3", "s_id":3}
```
-exmaple:
+example:
```
curl --location-trusted -u root -T test.csv -H "label:test_label"
http://host:port/api/test/struct_test/_stream_load
diff --git
a/versioned_docs/version-3.0/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
b/versioned_docs/version-3.0/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
index de27d59df80..9416e8a6702 100644
---
a/versioned_docs/version-3.0/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
+++
b/versioned_docs/version-3.0/sql-manual/sql-functions/scalar-functions/spatial-functions/st-y.md
@@ -52,8 +52,8 @@ SELECT ST_Y(ST_Point(24.7, 56.7));
```text
+----------------------------+
-| st_x(st_point(24.7, 56.7)) |
+| ST_Y(ST_Point(24.7, 56.7)) |
+----------------------------+
-| 24.7 |
+| 56.7 |
+----------------------------+
```
\ No newline at end of file
diff --git
a/versioned_docs/version-3.0/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN.md
b/versioned_docs/version-3.0/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN.md
similarity index 98%
rename from
versioned_docs/version-3.0/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN.md
rename to
versioned_docs/version-3.0/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN.md
index 202020b69b8..18c5861c57a 100644
---
a/versioned_docs/version-3.0/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN.md
+++
b/versioned_docs/version-3.0/sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN.md
@@ -1,6 +1,6 @@
---
{
- "title": "ALTER TABLE AND GENERATED COLUMN",
+ "title": "ALTER TABLE ADD GENERATED COLUMN",
"language": "en"
}
---
diff --git a/versioned_sidebars/version-3.0-sidebars.json
b/versioned_sidebars/version-3.0-sidebars.json
index 1c8d0f893f7..ff54cd62f91 100644
--- a/versioned_sidebars/version-3.0-sidebars.json
+++ b/versioned_sidebars/version-3.0-sidebars.json
@@ -1869,7 +1869,7 @@
"sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-REPLACE",
"sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-PROPERTY",
"sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-COMMENT",
-
"sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-AND-GENERATED-COLUMN",
+
"sql-manual/sql-statements/table-and-view/table/ALTER-TABLE-ADD-GENERATED-COLUMN",
"sql-manual/sql-statements/table-and-view/table/CANCEL-ALTER-TABLE",
"sql-manual/sql-statements/table-and-view/table/SHOW-ALTER-TABLE",
"sql-manual/sql-statements/table-and-view/table/TRUNCATE-TABLE",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]