Uh oh!
There was an error while loading. Please reload this page.
[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) ```
Thearas
commented
Apr 22, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
zhangstar333
commented
Apr 22, 2025
run buildall |
doris-robot
commented
Apr 22, 2025
TeamCity cloud ut coverage result: |
hello-stephen
commented
Apr 22, 2025
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