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

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


    from 1a08c81adc [Profile](runtimefilter) fix merge time of runtime filter 
(#21654)
     add 0be349e250 [feature](jdbc) Support jdbc catalog to read json types 
(#21341)

No new revisions were added by this update.

Summary of changes:
 be/src/runtime/types.h                             |    2 +
 be/src/vec/exec/vjdbc_connector.cpp                |   76 +
 be/src/vec/exec/vjdbc_connector.h                  |    7 +
 .../clickhouse/init/03-create-table.sql            |   11 +-
 .../docker-compose/clickhouse/init/04-insert.sql   |    4 +-
 .../postgresql/init/02-create-table.sql            |   12 +
 .../docker-compose/postgresql/init/04-insert.sql   |   40 +
 docs/en/docs/lakehouse/multi-catalog/jdbc.md       |    5 +-
 docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md    |    5 +-
 .../java/org/apache/doris/jdbc/JdbcExecutor.java   |   17 +
 .../doris/external/jdbc/JdbcMySQLClient.java       |    3 +-
 .../doris/external/jdbc/JdbcPostgreSQLClient.java  |    4 +-
 .../jdbc_catalog_p0/test_mysql_jdbc_catalog.out    |    6 +-
 .../data/jdbc_catalog_p0/test_pg_jdbc_catalog.out  | 2110 ++++++++++----------
 .../jdbc_catalog_p0/test_pg_jdbc_catalog.groovy    |    2 +
 15 files changed, 1242 insertions(+), 1062 deletions(-)


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

Reply via email to