Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-19 Thread via GitHub
morningman merged PR #40567: URL: https://github.com/apache/doris/pull/40567 -- 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.a

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-19 Thread via GitHub
github-actions[bot] commented on PR #40567: URL: https://github.com/apache/doris/pull/40567#issuecomment-2360132324 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] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-18 Thread via GitHub
github-actions[bot] commented on PR #40567: URL: https://github.com/apache/doris/pull/40567#issuecomment-2359866500 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] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-18 Thread via GitHub
doris-robot commented on PR #40567: URL: https://github.com/apache/doris/pull/40567#issuecomment-2359865101 TeamCity be ut coverage result: Function Coverage: 37.32% (9587/25690) Line Coverage: 28.69% (79227/276114) Region Coverage: 28.17% (41022/145645) Branch Coverage: 24.7

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

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

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

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

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

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

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-18 Thread via GitHub
suxiaogang223 commented on PR #40567: URL: https://github.com/apache/doris/pull/40567#issuecomment-2359721746 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. T

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

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

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-18 Thread via GitHub
doris-robot commented on PR #40567: URL: https://github.com/apache/doris/pull/40567#issuecomment-2358099718 TeamCity be ut coverage result: Function Coverage: 37.32% (9585/25686) Line Coverage: 28.71% (79253/276021) Region Coverage: 28.17% (41018/145602) Branch Coverage: 24.7

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

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

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

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

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-18 Thread via GitHub
suxiaogang223 commented on PR #40567: URL: https://github.com/apache/doris/pull/40567#issuecomment-2358016876 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. T

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-18 Thread via GitHub
suxiaogang223 commented on code in PR #40567: URL: https://github.com/apache/doris/pull/40567#discussion_r1764693759 ## be/src/vec/functions/function_string.h: ## @@ -2601,43 +2591,62 @@ class FunctionUrlDecode : public IFunction { static FunctionPtr create() { return std:

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-17 Thread via GitHub
morningman commented on code in PR #40567: URL: https://github.com/apache/doris/pull/40567#discussion_r1764476991 ## be/src/vec/functions/function_string.h: ## @@ -2601,43 +2591,62 @@ class FunctionUrlDecode : public IFunction { static FunctionPtr create() { return std::ma

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-17 Thread via GitHub
zclllyybb commented on code in PR #40567: URL: https://github.com/apache/doris/pull/40567#discussion_r1764324563 ## be/src/vec/functions/function_string.h: ## @@ -2601,43 +2591,62 @@ class FunctionUrlDecode : public IFunction { static FunctionPtr create() { return std::mak

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

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

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

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

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

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

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-13 Thread via GitHub
doris-robot commented on PR #40567: URL: https://github.com/apache/doris/pull/40567#issuecomment-2350015907 TeamCity be ut coverage result: Function Coverage: 36.89% (9470/25670) Line Coverage: 28.26% (77857/275541) Region Coverage: 27.66% (40209/145346) Branch Coverage: 24.2

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-13 Thread via GitHub
suxiaogang223 commented on PR #40567: URL: https://github.com/apache/doris/pull/40567#issuecomment-2349948889 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. T

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-13 Thread via GitHub
suxiaogang223 commented on PR #40567: URL: https://github.com/apache/doris/pull/40567#issuecomment-2349919136 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. T

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-13 Thread via GitHub
suxiaogang223 commented on code in PR #40567: URL: https://github.com/apache/doris/pull/40567#discussion_r1759334123 ## be/src/vec/functions/function_string.h: ## @@ -2642,6 +2632,53 @@ class FunctionUrlDecode : public IFunction { } }; +class FunctionUrlEncode : public I

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-13 Thread via GitHub
suxiaogang223 commented on PR #40567: URL: https://github.com/apache/doris/pull/40567#issuecomment-2349900434 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. T

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-13 Thread via GitHub
suxiaogang223 commented on PR #40567: URL: https://github.com/apache/doris/pull/40567#issuecomment-2349835215 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. T

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-13 Thread via GitHub
suxiaogang223 commented on code in PR #40567: URL: https://github.com/apache/doris/pull/40567#discussion_r1759226295 ## be/src/vec/functions/function_string.h: ## @@ -4049,4 +4097,71 @@ class FunctionNgramSearch : public IFunction { } }; +class FunctionTranslate : public

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-13 Thread via GitHub
suxiaogang223 commented on PR #40567: URL: https://github.com/apache/doris/pull/40567#issuecomment-2348227098 run external -- 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. T

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-12 Thread via GitHub
zhiqiang- commented on code in PR #40567: URL: https://github.com/apache/doris/pull/40567#discussion_r1757121437 ## be/src/vec/functions/function_string.h: ## @@ -2642,6 +2632,53 @@ class FunctionUrlDecode : public IFunction { } }; +class FunctionUrlEncode : public I

Re: [PR] [feature](functions) impl scalar functions translate and url_encode [doris]

2024-09-12 Thread via GitHub
zhiqiang- commented on code in PR #40567: URL: https://github.com/apache/doris/pull/40567#discussion_r1757119823 ## be/src/vec/functions/function_string.h: ## @@ -2642,6 +2632,53 @@ class FunctionUrlDecode : public IFunction { } }; +class FunctionUrlEncode : public I