This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from d625b646dfc [fix](information_schema)fix bug that metadata_name_ids
error tableid and append information_schema case #26238 (#26646)
add 82d0e0b0efd [Improve](map)Map impli cast #26126 (#26654)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/function_cast.h | 58 ++++++++++++++++++---
.../java/org/apache/doris/catalog/MapType.java | 6 ++-
.../main/java/org/apache/doris/catalog/Type.java | 11 ++++
.../java/org/apache/doris/analysis/CastExpr.java | 2 +-
.../main/java/org/apache/doris/analysis/Expr.java | 7 +++
.../cast_function/test_cast_map_function.out | 48 +++++++++++++++++
.../cast_function/test_cast_map_function.out | 48 +++++++++++++++++
.../cast_function/test_cast_map_function.groovy | 60 ++++++++++++++++++++++
.../cast_function/test_cast_map_function.groovy | 60 ++++++++++++++++++++++
9 files changed, 291 insertions(+), 9 deletions(-)
create mode 100644
regression-test/data/nereids_function_p0/cast_function/test_cast_map_function.out
create mode 100644
regression-test/data/query_p0/sql_functions/cast_function/test_cast_map_function.out
create mode 100644
regression-test/suites/nereids_function_p0/cast_function/test_cast_map_function.groovy
create mode 100644
regression-test/suites/query_p0/sql_functions/cast_function/test_cast_map_function.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]