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 9c0239ef40 [fix](jdbc) fix create table like table of jdbc error (#15179) new 84025ad894 [fix](multi-catalog) can't show databases when creating a new user in external catalog (#15204) new 258db947af [bug](jdbc) fix error of jdbc with datetime type in oracle (#15205) The 2 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: docs/en/docs/admin-manual/config/fe-config.md | 9 +++++++ .../docs/ecosystem/external-table/jdbc-of-doris.md | 2 +- docs/zh-CN/docs/admin-manual/config/fe-config.md | 17 +++++++++++++ .../docs/ecosystem/external-table/jdbc-of-doris.md | 2 +- .../java/org/apache/doris/analysis/ShowDbStmt.java | 3 ++- .../main/java/org/apache/doris/common/Config.java | 7 ++++++ .../org/apache/doris/planner/JdbcScanNode.java | 2 +- .../org/apache/doris/planner/OdbcScanNode.java | 29 ++++++++++++++++------ .../java/org/apache/doris/qe/ShowExecutor.java | 3 ++- .../java/org/apache/doris/qe/ShowExecutorTest.java | 16 ++++++++++++ .../external_catalog_p0/hive/test_hive_other.out | 5 ++++ .../hive/test_hive_other.groovy | 11 ++++++++ 12 files changed, 93 insertions(+), 13 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org