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 87f8e41f85 [fix](load) fix load channel timeout too fast in routine load task (#17788) new 6efb9a9c0d [enhencement](jdbc catalog) Use Druid instead of HikariCP in JdbcClient (#17395) new 4375f86912 [Bug](catalog) Fix fetching information_schema table timed out(#17692) (#17694) new 98aeac6359 [feature](multi-catalog) support sap hana jdbc catalog and jdbc external table (#17780) new 8da1b5569e [fix](multi-catalog) fix forward to master throw NPE (#17791) The 4 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/src/runtime/user_function_cache.cpp | 24 ++++- be/src/runtime/user_function_cache.h | 4 +- be/src/vec/exec/vjdbc_connector.cpp | 1 + .../Create/CREATE-CATALOG.md | 74 +++++++++++---- .../Create/CREATE-CATALOG.md | 84 ++++++++++++----- fe/fe-core/pom.xml | 5 +- .../org/apache/doris/catalog/JdbcResource.java | 86 +++++++---------- .../java/org/apache/doris/catalog/JdbcTable.java | 1 + .../java/org/apache/doris/catalog/OdbcTable.java | 29 +++--- .../doris/catalog/external/ExternalDatabase.java | 5 +- .../doris/catalog/external/JdbcExternalTable.java | 1 + .../org/apache/doris/datasource/CatalogIf.java | 2 + .../apache/doris/datasource/ExternalCatalog.java | 20 +++- .../org/apache/doris/external/jdbc/JdbcClient.java | 103 +++++++++++++++++---- .../org/apache/doris/planner/JdbcScanNode.java | 3 +- .../org/apache/doris/qe/MasterCatalogExecutor.java | 19 ++-- fe/java-udf/pom.xml | 3 +- fe/pom.xml | 8 +- gensrc/thrift/Types.thrift | 3 +- 19 files changed, 314 insertions(+), 161 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org