-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[cherry-pick](branch-31) pick (#38259) (#47676) (#51293) (#49381) #52005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs link: apache/doris-website#904 <!--Describe your changes.-->
…t set bug. (apache#47676) ### What problem does this PR solve? split_by_regexp function's third parameter doesn't support tinyint. This pr is to fix it. ``` mysql> select split_by_regexp('aa,bb,cc', ',', 1); ERROR 1105 (HY000): errCode = 2, detailMessage = the third parameter of split_by_regexp function must be a positive constant: split_by_regexp('aa,bb,cc', ',', 1) ```
…pache#51293) when pattern is empty, it's should split all alone , not return error msg `mysql> select id,name,score, k,v from table_test lateral view posexplode(split_by_regexp(name,'')) tmp as k,v order by id; ERROR 1105 (HY000): errCode = 2, detailMessage = (10.16.10.2)[RUNTIME_ERROR]Invalid pattern:`
…arams (apache#49381) support lead/lag function could input column eg: lead(col,1,col)/lag(col,1,col)
|
run buildall |
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
What problem does this PR solve?
Problem Summary:
pick from master (#38259) (#47676) (#51293) (#49381)
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)