[cherry-pick](branch-30) support split_by_regexp (#38259) (#47676)#50272
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) ```
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
TeamCity cloud ut coverage result: |
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. |
bp (#38259) (#47676)
also need pick #51293