xy720
xy720
# Proposed changes Issue Number: close #11639 ## Problem summary This commit: 1、fix the issue 2、add reggresion test for cast array ## Checklist(Required) 1. Does it affect the original behavior:...
# Proposed changes Issue Number: close #11592 ## Problem summary Currently, we already support cast to array on vectorized engine, and most of the array functions only supported on vectorized...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master ### What's Wrong? cast(array as array) causes be core dump....
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master ### What's Wrong? `select cast([1,2,3] as Array)` causes be core...
# Proposed changes There is some wrong logic in FunctionSet.java and it may causes potential risks for array functions invoke. ## Problem summary Describe your changes. ## Checklist(Required) 1. Does...
## Proposed changes Issue Number: close #31311 Keep same behavior with ck: [ck docs](https://clickhouse.com/docs/en/sql-reference/functions/string-search-functions#multimatchany) ``` Code: 43, Message: Illegal type String of argument of function multiMatchAny ``` Before: ``` CREATE...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2/2.0/trunk(449f0c010c0910858cdf06b052f244a53305402f) ### What's Wrong? core dump: ``` Program terminated with signal...
## Proposed changes Issue Number: step 1 in version master in #37076
## Proposed changes Issue Number: step 1 in version 1.2 in #37076
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2|2.0 ### What's Wrong? After upgrading from version 1.2 to version...