This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new efb3bdd96e7 [fix](test) fix clickhouse jdbc catalog func push down case #43196 (#44151) efb3bdd96e7 is described below commit efb3bdd96e77a78a82624d131328d0e48cbb92ab Author: Mingyu Chen (Rayner) <morning...@163.com> AuthorDate: Mon Nov 18 18:03:10 2024 +0800 [fix](test) fix clickhouse jdbc catalog func push down case #43196 (#44151) cherry pick from #43196 Co-authored-by: zy-kkk <zhongy...@gmail.com> --- docker/thirdparties/docker-compose/clickhouse/init/03-create-table.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/thirdparties/docker-compose/clickhouse/init/03-create-table.sql b/docker/thirdparties/docker-compose/clickhouse/init/03-create-table.sql index 34f03796e76..fdc33ef1321 100644 --- a/docker/thirdparties/docker-compose/clickhouse/init/03-create-table.sql +++ b/docker/thirdparties/docker-compose/clickhouse/init/03-create-table.sql @@ -276,7 +276,7 @@ ORDER BY key; CREATE TABLE doris_test.ts ( id Int64, - ts UInt64 + ts Int64 ) ENGINE = MergeTree ORDER BY id; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org