This is an automated email from the ASF dual-hosted git repository. zykkk 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 3a477327bac [regression test](jdbc catalog) Enable CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS for clickhouse docker (#39425) 3a477327bac is described below commit 3a477327bacd970f447236c819792771d4ec34c0 Author: zy-kkk <zhongy...@gmail.com> AuthorDate: Mon Aug 19 16:39:42 2024 +0800 [regression test](jdbc catalog) Enable CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS for clickhouse docker (#39425) --- docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl b/docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl index c4a919e1f15..eaa15934177 100644 --- a/docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl +++ b/docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl @@ -23,6 +23,7 @@ services: restart: always environment: CLICKHOUSE_PASSWORD: 123456 + CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS: "true" # Add this line to always run init scripts ulimits: nofile: soft: 262144 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org