This is an automated email from the ASF dual-hosted git repository. linzhongcheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 1424fb96ca [bugfix](regression-test) disable string column length too large test and disable auto statistics collector and disable window function test (#19428) add aeb3450151 [feature](graph)Support querying data from the Nebula graph database (#19209) No new revisions were added by this update. Summary of changes: be/src/vec/exec/vjdbc_connector.cpp | 4 +- docs/en/docs/lakehouse/external-table/jdbc.md | 103 +++++++++++++++++++++ docs/zh-CN/docs/lakehouse/external-table/jdbc.md | 102 ++++++++++++++++++++ .../org/apache/doris/catalog/JdbcResource.java | 4 + .../java/org/apache/doris/catalog/JdbcTable.java | 1 + .../org/apache/doris/planner/JdbcScanNode.java | 25 +++++ fe/java-udf/pom.xml | 5 + .../java/org/apache/doris/udf/JdbcExecutor.java | 101 ++++++++++++-------- .../main/java/org/apache/doris/udf/UdfUtils.java | 55 +++++++++++ gensrc/script/doris_builtins_functions.py | 3 +- gensrc/thrift/Types.thrift | 3 +- 11 files changed, 364 insertions(+), 42 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org