Re: [PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-19 Thread via GitHub
zhangstar333 merged PR #40869: URL: https://github.com/apache/doris/pull/40869 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris

Re: [PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-17 Thread via GitHub
github-actions[bot] commented on PR #40869: URL: https://github.com/apache/doris/pull/40869#issuecomment-2357443876 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-17 Thread via GitHub
github-actions[bot] commented on PR #40869: URL: https://github.com/apache/doris/pull/40869#issuecomment-2357443847 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-15 Thread via GitHub
doris-robot commented on PR #40869: URL: https://github.com/apache/doris/pull/40869#issuecomment-2351919467 ClickBench: Total hot run time: 30.01 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-15 Thread via GitHub
doris-robot commented on PR #40869: URL: https://github.com/apache/doris/pull/40869#issuecomment-2351916547 TPC-DS: Total hot run time: 198753 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-15 Thread via GitHub
doris-robot commented on PR #40869: URL: https://github.com/apache/doris/pull/40869#issuecomment-2351906963 TPC-H: Total hot run time: 41029 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-15 Thread via GitHub
doris-robot commented on PR #40869: URL: https://github.com/apache/doris/pull/40869#issuecomment-2351901345 TeamCity be ut coverage result: Function Coverage: 37.32% (9578/25663) Line Coverage: 28.70% (79155/275763) Region Coverage: 28.18% (40977/145400) Branch Coverage: 24.8

Re: [PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-15 Thread via GitHub
yiguolei commented on PR #40869: URL: https://github.com/apache/doris/pull/40869#issuecomment-2351881291 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-14 Thread via GitHub
doris-robot commented on PR #40869: URL: https://github.com/apache/doris/pull/40869#issuecomment-2350947902 TPC-H: Total hot run time: 43051 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-14 Thread via GitHub
doris-robot commented on PR #40869: URL: https://github.com/apache/doris/pull/40869#issuecomment-2350931972 TeamCity be ut coverage result: Function Coverage: 36.92% (9475/25664) Line Coverage: 28.29% (77956/275529) Region Coverage: 27.69% (40240/145329) Branch Coverage: 24.2

Re: [PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-14 Thread via GitHub
Mryange commented on PR #40869: URL: https://github.com/apache/doris/pull/40869#issuecomment-2350924765 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-14 Thread via GitHub
doris-robot commented on PR #40869: URL: https://github.com/apache/doris/pull/40869#issuecomment-2350920745 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [fix](function)fix error result in replace_empty with utf8 chars [doris]

2024-09-14 Thread via GitHub
Mryange opened a new pull request, #40869: URL: https://github.com/apache/doris/pull/40869 ## Proposed changes ``` mysql [(none)]>select replace_empty('你a好b世c界','','b'); +---+ | replace_empty('你a好b世c界', '', 'b') | +--