Skip to content

Commit

Permalink
[Doc] Replace an outer link (StarRocks#6403) (StarRocks#6404)
Browse files Browse the repository at this point in the history
Signed-off-by: 絵空事スピリット <wanglichen@starrocks.com>
(cherry picked from commit 40daf76)

Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
  • Loading branch information
mergify[bot] and EsoragotoSpirit authored Aug 17, 2023
1 parent 138dbea commit 6aafd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administration/information_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ StarRocks 优化了 `information_schema` 中表 `tables`、表 `tables_config`
| JOB_ID | 导入作业的 ID,由 StarRocks 自动生成。 |
| LABEL | 导入作业的标签。 |
| DATABASE_NAME | 目标 StarRocks 表所在的数据库的名称。 |
| STATE | 导入作业的状态,包括:<ul><li>`PENDING`:导入作业已创建。</li><li>`QUEUEING`:导入作业正在等待执行中。</li><li>`LOADING`:导入作业正在执行中。</li><li>`PREPARED`:事务已提交。</li><li>`FINISHED`:导入作业成功。</li><li>`CANCELLED`:导入作业失败。</li></ul>请参见[异步导入](https://docs.starrocks.io/zh-cn/main/loading/Loading_intro#异步导入)|
| STATE | 导入作业的状态,包括:<ul><li>`PENDING`:导入作业已创建。</li><li>`QUEUEING`:导入作业正在等待执行中。</li><li>`LOADING`:导入作业正在执行中。</li><li>`PREPARED`:事务已提交。</li><li>`FINISHED`:导入作业成功。</li><li>`CANCELLED`:导入作业失败。</li></ul>请参见[异步导入](../loading/Loading_intro.md#异步导入)|
| PROGRESS | 导入作业 ETL 阶段和 LOADING 阶段的进度。 |
| TYPE | 导入作业的类型。如果是 Broker Load 导入,则返回 `BROKER`。如果是 INSERT 导入,则返回 `INSERT`|
| PRIORITY | 导入作业的优先级。取值范围:`HIGHEST``HIGH``NORMAL``LOW``LOWEST`|
Expand Down

0 comments on commit 6aafd88

Please sign in to comment.