Re: [PR] [Feature](function)support array-match-any function [doris]

2024-08-15 Thread via GitHub
amorynan closed pull request #34501: [Feature](function)support array-match-any function URL: https://github.com/apache/doris/pull/34501 -- 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

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-13 Thread via GitHub
morrySnow commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1599310861 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/ArrayMatchAnyExpander.java: ## @@ -61,28 +61,32 @@ public Rule build() { } Pla

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-09 Thread via GitHub
eldenmoon commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1596233593 ## be/src/vec/functions/array/function_array_match_any.cpp: ## @@ -0,0 +1,333 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-09 Thread via GitHub
eldenmoon commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1596219119 ## be/src/olap/rowset/segment_v2/inverted_index_writer.cpp: ## @@ -394,9 +394,11 @@ class InvertedIndexColumnWriterImpl : public InvertedIndexColumnWriter {

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-09 Thread via GitHub
morrySnow commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1596216520 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/ArrayMatchAnyExpander.java: ## @@ -0,0 +1,125 @@ +// Licensed to the Apache Software Found

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-09 Thread via GitHub
eldenmoon commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1596213080 ## be/src/vec/functions/array/function_array_match_any.cpp: ## @@ -0,0 +1,333 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-09 Thread via GitHub
eldenmoon commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1596211916 ## be/src/vec/functions/array/function_array_match_any.cpp: ## @@ -0,0 +1,333 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-09 Thread via GitHub
doris-robot commented on PR #34501: URL: https://github.com/apache/doris/pull/34501#issuecomment-2102299820 TPC-DS: Total hot run time: 186542 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-match-any function [doris]

2024-05-09 Thread via GitHub
doris-robot commented on PR #34501: URL: https://github.com/apache/doris/pull/34501#issuecomment-2102283146 TPC-H: Total hot run time: 41708 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-match-any function [doris]

2024-05-09 Thread via GitHub
doris-robot commented on PR #34501: URL: https://github.com/apache/doris/pull/34501#issuecomment-2102257479 TeamCity be ut coverage result: Function Coverage: 35.67% (8984/25184) Line Coverage: 27.31% (74212/271693) Region Coverage: 26.55% (38366/144483) Branch Coverage: 23.3

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-09 Thread via GitHub
github-actions[bot] commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1595157377 ## be/src/vec/functions/array/function_array_match_any.cpp: ## @@ -0,0 +1,333 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-09 Thread via GitHub
amorynan commented on PR #34501: URL: https://github.com/apache/doris/pull/34501#issuecomment-2102226475 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] [Feature](function)support array-match-any function [doris]

2024-05-08 Thread via GitHub
github-actions[bot] commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1594312474 ## be/src/vec/functions/array/function_array_match_any.cpp: ## @@ -0,0 +1,298 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-07 Thread via GitHub
amorynan commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1593476866 ## be/src/vec/functions/array/function_array_match_any.cpp: ## @@ -0,0 +1,292 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-07 Thread via GitHub
amorynan commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1593477018 ## be/src/vec/functions/array/function_array_match_any.cpp: ## @@ -0,0 +1,292 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-07 Thread via GitHub
amorynan commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1593451297 ## be/src/vec/functions/array/function_array_match_any.cpp: ## @@ -0,0 +1,292 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-07 Thread via GitHub
amorynan commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1593338481 ## be/src/vec/functions/array/function_array_match_any.cpp: ## @@ -0,0 +1,292 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-07 Thread via GitHub
amorynan commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1593336817 ## be/src/olap/rowset/segment_v2/inverted_index_writer.cpp: ## @@ -394,9 +394,11 @@ class InvertedIndexColumnWriterImpl : public InvertedIndexColumnWriter {

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-07 Thread via GitHub
xiaokang commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1593272427 ## be/src/vec/functions/array/function_array_match_any.cpp: ## @@ -0,0 +1,292 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

Re: [PR] [Feature](function)support array-match-any function [doris]

2024-05-07 Thread via GitHub
morrySnow commented on code in PR #34501: URL: https://github.com/apache/doris/pull/34501#discussion_r1593314123 ## fe/fe-core/src/main/java/org/apache/doris/catalog/BuiltinScalarFunctions.java: ## @@ -465,6 +466,7 @@ public class BuiltinScalarFunctions implements FunctionHelpe

Re: [PR] [Feature](function)support array-match-any function [doris]

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

Re: [PR] [Feature](function)support array-match-any function [doris]

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