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 2739a44eaf [fix](segcompaction) heap overflow when doing segcompaction
for cancelling load(#17529)
add 6dcd791b74 [feature](struct-type) support CAST AS Struct type (#17553)
No new revisions were added by this update.
Summary of changes:
be/src/vec/data_types/data_type.h | 6 ++
be/src/vec/data_types/data_type_struct.cpp | 3 +
be/src/vec/functions/function_cast.h | 81 ++++++++++++++++++++--
.../test_cast_array_functions_by_literal.out | 3 +
.../cast_function/test_cast_struct.out | 43 ++++++++++++
.../test_cast_array_functions_by_literal.groovy | 2 +
.../cast_function/test_cast_struct.groovy | 78 +++++++++++++++++++++
7 files changed, 211 insertions(+), 5 deletions(-)
create mode 100644
regression-test/data/query_p0/sql_functions/cast_function/test_cast_struct.out
create mode 100644
regression-test/suites/query_p0/sql_functions/cast_function/test_cast_struct.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]