Uh oh!
There was an error while loading. Please reload this page.
[fix](function)fix error result in replace_empty with utf8 chars - #40869
Conversation
doris-robot
commented
Sep 14, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Mryange
commented
Sep 14, 2024
run buildall |
doris-robot
commented
Sep 14, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 14, 2024
TPC-H: Total hot run time: 43051 ms |
d376e8b to
fdcb4a4Compareyiguolei
commented
Sep 16, 2024
run buildall |
doris-robot
commented
Sep 16, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Sep 16, 2024
TPC-H: Total hot run time: 41029 ms |
doris-robot
commented
Sep 16, 2024
TPC-DS: Total hot run time: 198753 ms |
doris-robot
commented
Sep 16, 2024
ClickBench: Total hot run time: 30.01 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
) ## Proposed changes ``` mysql [(none)]>select replace_empty('你a好b世c界','','b'); +-------------------------------------------+ | replace_empty('你a好b世c界', '', 'b') | +-------------------------------------------+ | b�b�b�bab�b�b�bbb�b�b�bcb�b�b�b | +---------------------------- mysql [(none)]>select replace_empty('你a好b世c界','','b'); +-------------------------------------------+ | replace_empty('你a好b世c界', '', 'b') | +-------------------------------------------+ | b你bab好bbb世bcb界b | +-------------------------------------------+ ``` <!--Describe your changes.-->
…che#40869) ## Proposed changes ``` mysql [(none)]>select replace_empty('你a好b世c界','','b'); +-------------------------------------------+ | replace_empty('你a好b世c界', '', 'b') | +-------------------------------------------+ | b�b�b�bab�b�b�bbb�b�b�bcb�b�b�b | +---------------------------- mysql [(none)]>select replace_empty('你a好b世c界','','b'); +-------------------------------------------+ | replace_empty('你a好b世c界', '', 'b') | +-------------------------------------------+ | b你bab好bbb世bcb界b | +-------------------------------------------+ ``` <!--Describe your changes.-->
Proposed changes