98f5d95fba
branch-2.1: [feat](function) SUBSTRING_INDEX function delimiter supports dynamic #50149 ( #50303 )
...
Cherry-picked from #50149
Co-authored-by: lw112 <131352377+felixwluo@users.noreply.github.com >
2025-04-23 15:00:40 +08:00
16e348b189
[fix](array/map) Fix BE crash in lambda functions ( #49139 )
2025-03-18 11:51:38 +08:00
a3753c7edb
[opt](nereids) optimize not found function error message ( #47919 ) ( #48102 )
...
cherry pick from #47919
2025-02-21 10:13:46 +08:00
b2a4cff51b
[fix](nereids)fix nullable property of ForEachCombinator ( #37980 )
...
## Proposed changes
pick from master https://github.com/apache/doris/pull/37796
<!--Describe your changes.-->
2024-07-17 13:48:21 +08:00
e64f2997e9
[fix](function) fix core when input not null array in foreach functio… ( #37798 )
...
## Proposed changes
https://github.com/apache/doris/pull/37349
error code
```C++
return creator_without_type::create<AggregateFunctionForEach>(transform_arguments, true,
nested_function);
```
"transform_arguments is an internal type of array. All internal types of
the array are null, so an array that is not null was mistakenly treated
as a null array."
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
2024-07-16 10:57:11 +08:00
f076fe8624
[fix](Nereids) aggregate combinator should be case-insensitive ( #35540 )
2024-05-29 15:06:58 +08:00
b92a764665
[feature](function) Support for aggregate function foreach combiner for some error function ( #31913 )
...
Support for aggregate function foreach combiner for some error function
2024-03-21 14:07:49 +08:00
4f174c4fb9
[feature](function) Support for aggregate function foreach combiner ( #31526 )
2024-03-06 13:08:30 +08:00
870a9342b7
[fix](function) fix extract_url_parameter's bug then get the last key ( #30929 )
...
fix extract_url_parameter's bug then get the last key
2024-02-18 14:45:25 +08:00