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 b57500d0c3 [Bug](decimalv3) fix wrong result for MOD operation (#15644)
add df2da89b89 [feature](multi-catalog) support postgresql jdbc catalog
(#15570)
No new revisions were added by this update.
Summary of changes:
be/src/vec/exec/vjdbc_connector.cpp | 31 +-
be/src/vec/exec/vjdbc_connector.h | 4 +-
.../postgresql/init/01-create-schema.sql | 1 +
.../postgresql/init/02-create-table.sql | 28 +
.../docker-compose/postgresql/init/03-insert.sql | 33 +
.../docs/ecosystem/external-table/multi-catalog.md | 50 +
.../Create/CREATE-CATALOG.md | 36 +-
.../docs/ecosystem/external-table/multi-catalog.md | 54 +-
.../Create/CREATE-CATALOG.md | 36 +-
.../org/apache/doris/catalog/JdbcResource.java | 2 +-
.../doris/datasource/JdbcExternalCatalog.java | 7 +-
.../org/apache/doris/external/jdbc/JdbcClient.java | 104 +-
.../java/org/apache/doris/qe/ShowExecutor.java | 3 +
.../java/org/apache/doris/udf/JdbcExecutor.java | 17 +-
.../data/jdbc_catalog_p0/test_pg_jdbc_catalog.out | 2143 ++++++++++++++++++++
.../jdbc_catalog_p0/test_mysql_jdbc_catalog.groovy | 12 +-
.../jdbc_catalog_p0/test_pg_jdbc_catalog.groovy | 94 +
17 files changed, 2611 insertions(+), 44 deletions(-)
create mode 100644
regression-test/data/jdbc_catalog_p0/test_pg_jdbc_catalog.out
create mode 100644
regression-test/suites/jdbc_catalog_p0/test_pg_jdbc_catalog.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]