Re: [PR] [Feature](function) support array_contains_all function [doris]

2024-08-07 Thread via GitHub
HappenLee merged PR #38376: URL: https://github.com/apache/doris/pull/38376 -- 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.ap

Re: [PR] [Feature](function) support array_contains_all function [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38376: URL: https://github.com/apache/doris/pull/38376#issuecomment-2272753573 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](function) support array_contains_all function [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38376: URL: https://github.com/apache/doris/pull/38376#issuecomment-2272753497 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](function) support array_contains_all function [doris]

2024-07-31 Thread via GitHub
doris-robot commented on PR #38376: URL: https://github.com/apache/doris/pull/38376#issuecomment-2260858495 ClickBench: Total hot run time: 30.23 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature](function) support array_contains_all function [doris]

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

Re: [PR] [Feature](function) support array_contains_all function [doris]

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

Re: [PR] [Feature](function) support array_contains_all function [doris]

2024-07-31 Thread via GitHub
zhangstar333 commented on PR #38376: URL: https://github.com/apache/doris/pull/38376#issuecomment-2260669975 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

Re: [PR] [Feature](function) support array_contains_all function [doris]

2024-07-29 Thread via GitHub
github-actions[bot] commented on code in PR #38376: URL: https://github.com/apache/doris/pull/38376#discussion_r1696239730 ## be/src/vec/functions/array/function_array_contains_all.cpp: ## @@ -0,0 +1,267 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

Re: [PR] [Feature](function) support array_contains_all function [doris]

2024-07-28 Thread via GitHub
HappenLee commented on code in PR #38376: URL: https://github.com/apache/doris/pull/38376#discussion_r1694442287 ## regression-test/suites/nereids_p0/sql_functions/array_functions/test_array_contains_all.groovy: ## @@ -0,0 +1,90 @@ +// Licensed to the Apache Software Foundation

Re: [PR] [Feature](function) support array_contains_all function [doris]

2024-07-28 Thread via GitHub
HappenLee commented on code in PR #38376: URL: https://github.com/apache/doris/pull/38376#discussion_r1694441876 ## be/src/vec/functions/array/function_array_contains_all.cpp: ## @@ -0,0 +1,245 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contrib

Re: [PR] [Feature](function) support array_contains_all function [doris]

2024-07-25 Thread via GitHub
zhangstar333 commented on PR #38376: URL: https://github.com/apache/doris/pull/38376#issuecomment-2251870360 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

Re: [PR] [Feature](function) support array_contains_all function [doris]

2024-07-25 Thread via GitHub
doris-robot commented on PR #38376: URL: https://github.com/apache/doris/pull/38376#issuecomment-2250028958 ClickBench: Total hot run time: 30.89 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature](function) support array_contains_all function [doris]

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

Re: [PR] [Feature](function) support array_contains_all function [doris]

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

Re: [PR] [Feature](function) support array_contains_all function [doris]

2024-07-25 Thread via GitHub
zhangstar333 commented on PR #38376: URL: https://github.com/apache/doris/pull/38376#issuecomment-2249969176 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

Re: [PR] [Feature](function) support array_contains_all function [doris]

2024-07-25 Thread via GitHub
github-actions[bot] commented on code in PR #38376: URL: https://github.com/apache/doris/pull/38376#discussion_r1691179471 ## be/src/vec/functions/array/function_array_contains_all.cpp: ## @@ -0,0 +1,245 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

Re: [PR] [Feature](function) support array_contains_all function [doris]

2024-07-25 Thread via GitHub
doris-robot commented on PR #38376: URL: https://github.com/apache/doris/pull/38376#issuecomment-2249931463 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