You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/03 12:18:45 UTC

[doris] branch master updated (b627088e8c -> fe9d2b00fc)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from b627088e8c [Optimization](String) Optimize q20 q21 q22 q23 LIKE_SUBSTRING (like '%xxx%')  (#18309)
     add fe9d2b00fc [test](jdbc catalog) add clickhouse jdbc catalog base type test (#18007)

No new revisions were added by this update.

Summary of changes:
 .../mysql-5.7.env => clickhouse/clickhouse.env}    |   2 +-
 .../clickhouse.yaml.tpl}                           |  30 ++++---
 .../{mysql => clickhouse}/init/01-drop-db.sql      |   2 +-
 .../{mysql => clickhouse}/init/02-create-db.sql    |   2 +-
 .../clickhouse/init/03-create-table.sql            |  96 +++++++++++++++++++++
 .../docker-compose/clickhouse/init/04-insert.sql   |  26 ++++++
 docker/thirdparties/run-thirdparties-docker.sh     |  21 ++++-
 .../java/org/apache/doris/udf/JdbcExecutor.java    |   1 +
 regression-test/conf/regression-conf.groovy        |   1 +
 .../test_clickhouse_jdbc_catalog.out               | Bin 0 -> 880 bytes
 ....groovy => test_clickhouse_jdbc_catalog.groovy} |  34 +++-----
 11 files changed, 175 insertions(+), 40 deletions(-)
 copy docker/thirdparties/docker-compose/{mysql/mysql-5.7.env => clickhouse/clickhouse.env} (95%)
 copy docker/thirdparties/docker-compose/{postgresql/postgresql-14.yaml.tpl => clickhouse/clickhouse.yaml.tpl} (68%)
 copy docker/thirdparties/docker-compose/{mysql => clickhouse}/init/01-drop-db.sql (95%)
 copy docker/thirdparties/docker-compose/{mysql => clickhouse}/init/02-create-db.sql (95%)
 create mode 100644 docker/thirdparties/docker-compose/clickhouse/init/03-create-table.sql
 create mode 100644 docker/thirdparties/docker-compose/clickhouse/init/04-insert.sql
 create mode 100644 regression-test/data/jdbc_catalog_p0/test_clickhouse_jdbc_catalog.out
 copy regression-test/suites/jdbc_catalog_p0/{test_sqlserver_jdbc_catalog.groovy => test_clickhouse_jdbc_catalog.groovy} (65%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org