This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new eb6dbc03e0 [typo](docs) add regression test doc & fix api doc (#18329) eb6dbc03e0 is described below commit eb6dbc03e0b19dcf223fdf349735bc91c65aa4db Author: yongkang.zhong <zhong...@qq.com> AuthorDate: Mon Apr 3 17:40:41 2023 +0800 [typo](docs) add regression test doc & fix api doc (#18329) --- .../en/docs/admin-manual/http-actions/fe/query-profile-action.md | 2 +- docs/zh-CN/community/developer-guide/regression-testing.md | 9 ++++++++- .../docs/admin-manual/http-actions/fe/query-profile-action.md | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/admin-manual/http-actions/fe/query-profile-action.md b/docs/en/docs/admin-manual/http-actions/fe/query-profile-action.md index efce4a26b8..fcc5e3ab7d 100644 --- a/docs/en/docs/admin-manual/http-actions/fe/query-profile-action.md +++ b/docs/en/docs/admin-manual/http-actions/fe/query-profile-action.md @@ -153,7 +153,7 @@ Get query id by trance id. Before executing a Query, set a unique trace id: -`set set session_context="trace_id:your_trace_id";` +`set session_context="trace_id:your_trace_id";` After executing the Query within the same Session, the query id can be obtained through the trace id. diff --git a/docs/zh-CN/community/developer-guide/regression-testing.md b/docs/zh-CN/community/developer-guide/regression-testing.md index 5d8a64caab..48c6de8f7c 100644 --- a/docs/zh-CN/community/developer-guide/regression-testing.md +++ b/docs/zh-CN/community/developer-guide/regression-testing.md @@ -685,7 +685,14 @@ Doris 支持一些外部署数据源的查询。所以回归框架也提供了 * `sqlserver.yaml.tpl`:Docker compose 文件模板。无需修改。 * `sqlserver.env`:配置 SQLServer 对外端口,默认为 1433。 - 7. Iceberg + 7. ClickHouse + + 提供 ClickHouse 22 镜像,存放在 docker/thirdparties/docker-compose/clickhouse/ 下。 + + * `clickhouse.yaml.tpl`:Docker compose 文件模板。无需修改。 + * `clickhouse.env`:配置 ClickHouse 对外端口,默认为 8123。 + + 8. Iceberg 提供 Iceberg + Spark + Minio 镜像组合。存放在 docker/thirdparties/docker-compose/iceberg/ 下。 diff --git a/docs/zh-CN/docs/admin-manual/http-actions/fe/query-profile-action.md b/docs/zh-CN/docs/admin-manual/http-actions/fe/query-profile-action.md index 3954d129cc..e02324bc75 100644 --- a/docs/zh-CN/docs/admin-manual/http-actions/fe/query-profile-action.md +++ b/docs/zh-CN/docs/admin-manual/http-actions/fe/query-profile-action.md @@ -153,7 +153,7 @@ GET /rest/v2/manager/query/query_info 在执行一个 Query 前,先设置一个唯一的 trace id: -`set set session_context="trace_id:your_trace_id";` +`set session_context="trace_id:your_trace_id";` 在同一个 Session 链接内执行 Query 后,可以通过 trace id 获取 query id。 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org