This is an automated email from the ASF dual-hosted git repository.

xuyang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from af0cf0c050 [Fix](multi catalog)Refresh table object while refresh 
external table. (#18592)
     add d57371da13 [feature](struct-type) support basic struct constructor 
function (#18190)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/CMakeLists.txt                          |   1 +
 be/src/vec/data_types/data_type_nullable.cpp       |   8 ++
 be/src/vec/data_types/data_type_nullable.h         |   1 +
 be/src/vec/data_types/data_type_struct.cpp         |   1 +
 be/src/vec/functions/function_map.cpp              |   2 +-
 be/src/vec/functions/function_struct.cpp           | 135 +++++++++++++++++++++
 be/src/vec/functions/simple_function_factory.h     |   2 +
 .../apache/doris/analysis/FunctionCallExpr.java    |  24 ++++
 .../struct_functions/test_struct_functions.out     | Bin 0 -> 724 bytes
 .../test_struct_functions_by_literal.out}          |  24 ++--
 .../struct_functions/test_struct_functions.groovy  |  45 +++++++
 .../test_struct_functions_by_literal.groovy        |  28 ++---
 12 files changed, 238 insertions(+), 33 deletions(-)
 create mode 100644 be/src/vec/functions/function_struct.cpp
 create mode 100644 
regression-test/data/query_p0/sql_functions/struct_functions/test_struct_functions.out
 copy regression-test/data/{query_p2/system/test_query_sys_tables.out => 
query_p0/sql_functions/struct_functions/test_struct_functions_by_literal.out} 
(54%)
 create mode 100644 
regression-test/suites/query_p0/sql_functions/struct_functions/test_struct_functions.groovy
 copy be/src/exec/line_reader.h => 
regression-test/suites/query_p0/sql_functions/struct_functions/test_struct_functions_by_literal.groovy
 (58%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to