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 2ae0bb7f13 [minor](test) remove unused function to improve test coverage (#18598) add c4e9808382 [feature](multi-catalog) support trino jdbc catalog and jdbc external table (#18497) No new revisions were added by this update. Summary of changes: docs/en/docs/lakehouse/external-table/jdbc.md | 50 +++++++- docs/en/docs/lakehouse/multi-catalog/jdbc.md | 124 +++++++++++++------- .../Create/CREATE-CATALOG.md | 26 ++++- docs/zh-CN/docs/lakehouse/external-table/jdbc.md | 51 ++++++++- docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md | 127 ++++++++++++++------- .../Create/CREATE-CATALOG.md | 26 ++++- .../org/apache/doris/catalog/JdbcResource.java | 4 + .../java/org/apache/doris/catalog/JdbcTable.java | 1 + .../java/org/apache/doris/catalog/OdbcTable.java | 9 +- .../org/apache/doris/external/jdbc/JdbcClient.java | 54 +++++++++ .../org/apache/doris/planner/JdbcScanNode.java | 3 +- gensrc/thrift/Types.thrift | 3 +- 12 files changed, 389 insertions(+), 89 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org