This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from 75c1bd146f [fix](bitmapfilter) fix bitmap filter not pushing down
(#15532)
new 86598a5525 [fix](csv-reader) fix new csv reader's performance issue
(#15581)
new 1825002abc [Enhancement](SparkLoad): avoid BE OOM in push task, fix
#15572 (#15620)
new e88a87e729 [fix](macOS) Failed to run BE UT due to syscall to map
cache into shared region failed (#15641)
new 56ce20993e [Improvement](meta)add IsCurrent column in show catalogs
result #14700
new b7e70a423e [feature](multi-catalog) support postgresql jdbc catalog
(#15570)
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/CMakeLists.txt | 2 -
be/src/common/config.h | 2 +
be/src/exec/parquet_scanner.cpp | 1 +
be/src/olap/push_handler.cpp | 15 +-
be/src/olap/push_handler.h | 1 +
be/src/vec/exec/format/csv/csv_reader.cpp | 60 +-
be/src/vec/exec/format/csv/csv_reader.h | 8 +-
be/src/vec/exec/scan/vfile_scanner.h | 1 +
be/src/vec/exec/vjdbc_connector.cpp | 31 +-
be/src/vec/exec/vjdbc_connector.h | 4 +-
be/test/CMakeLists.txt | 11 +-
build.sh | 7 +-
.../postgresql/init/01-create-schema.sql | 1 +
.../postgresql/init/02-create-table.sql | 28 +
.../docker-compose/postgresql/init/03-insert.sql | 39 +
.../docs/ecosystem/external-table/multi-catalog.md | 203 ++
.../Create/CREATE-CATALOG.md | 36 +-
.../sql-reference/Show-Statements/SHOW-CATALOGS.md | 23 +-
.../docs/ecosystem/external-table/multi-catalog.md | 201 ++
.../Create/CREATE-CATALOG.md | 36 +-
.../sql-reference/Show-Statements/SHOW-CATALOGS.md | 23 +-
.../org/apache/doris/analysis/ShowCatalogStmt.java | 1 +
.../org/apache/doris/catalog/JdbcResource.java | 2 +-
.../org/apache/doris/datasource/CatalogMgr.java | 11 +
.../doris/datasource/JdbcExternalCatalog.java | 7 +-
.../org/apache/doris/external/jdbc/JdbcClient.java | 104 +-
.../java/org/apache/doris/qe/ShowExecutor.java | 7 +-
.../apache/doris/analysis/ShowCatalogStmtTest.java | 4 +-
.../apache/doris/datasource/CatalogMgrTest.java | 11 +
.../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 +
run-be-ut.sh | 5 +-
34 files changed, 3057 insertions(+), 94 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]