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 a6f625676b [profile](remove child) child is for node, should not be used to organize counters (#20676) add 4c340f2851 [Feature] (Multi-Catalog) support query hll column in doris jdbc table - part 1 (#19413) No new revisions were added by this update. Summary of changes: be/src/runtime/descriptors.h | 9 ++ be/src/runtime/types.h | 2 + be/src/vec/data_types/data_type_hll.cpp | 12 ++ be/src/vec/data_types/data_type_hll.h | 1 + be/src/vec/exec/vjdbc_connector.cpp | 121 ++++++++++++++- be/src/vec/exec/vjdbc_connector.h | 8 + be/src/vec/functions/function_cast.h | 23 +++ docs/en/docs/lakehouse/multi-catalog/jdbc.md | 1 + docs/zh-CN/docs/lakehouse/multi-catalog/jdbc.md | 1 + .../doris/external/jdbc/JdbcMySQLClient.java | 103 +++++++++++++ .../java/org/apache/doris/udf/JdbcExecutor.java | 75 ++++++++++ .../jdbc_catalog_p0/test_doris_jdbc_catalog.out | 57 +++++++ .../jdbc_catalog_p0/test_doris_jdbc_catalog.groovy | 163 +++++++++++++++++++++ 13 files changed, 574 insertions(+), 2 deletions(-) create mode 100644 regression-test/data/jdbc_catalog_p0/test_doris_jdbc_catalog.out create mode 100644 regression-test/suites/jdbc_catalog_p0/test_doris_jdbc_catalog.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org