Re: [PR] [fix](function) wrong result of arrays_overlap [doris]

2025-03-28 Thread via GitHub
yiguolei merged PR #49403: URL: https://github.com/apache/doris/pull/49403 -- 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.apa

Re: [PR] [fix](function) wrong result of arrays_overlap [doris]

2025-03-25 Thread via GitHub
amorynan commented on code in PR #49403: URL: https://github.com/apache/doris/pull/49403#discussion_r2013347964 ## be/src/vec/functions/array/function_arrays_overlap.h: ## @@ -351,14 +379,10 @@ class FunctionArraysOverlap : public IFunction { template Status _execut

Re: [PR] [fix](function) wrong result of arrays_overlap [doris]

2025-03-25 Thread via GitHub
github-actions[bot] commented on PR #49403: URL: https://github.com/apache/doris/pull/49403#issuecomment-2750390228 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) wrong result of arrays_overlap [doris]

2025-03-25 Thread via GitHub
github-actions[bot] commented on PR #49403: URL: https://github.com/apache/doris/pull/49403#issuecomment-2750390162 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) wrong result of arrays_overlap [doris]

2025-03-24 Thread via GitHub
yiguolei commented on code in PR #49403: URL: https://github.com/apache/doris/pull/49403#discussion_r2010093787 ## regression-test/data/inverted_index_p0/test_array_contains_with_inverted_index.out: ## @@ -785,16 +785,20 @@ 2019-01-01 ee27ee1da291e46403c408e220bed6e1

Re: [PR] [fix](function) wrong result of arrays_overlap [doris]

2025-03-24 Thread via GitHub
hello-stephen commented on PR #49403: URL: https://github.com/apache/doris/pull/49403#issuecomment-2747608876 # BE UT Coverage Report Increment line coverage `78.18% (43/55)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/79cbf2161f4e8dce06ee4924c54b57db

Re: [PR] [fix](function) wrong result of arrays_overlap [doris]

2025-03-24 Thread via GitHub
doris-robot commented on PR #49403: URL: https://github.com/apache/doris/pull/49403#issuecomment-2747309727 ClickBench: Total hot run time: 30.73 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](function) wrong result of arrays_overlap [doris]

2025-03-24 Thread via GitHub
doris-robot commented on PR #49403: URL: https://github.com/apache/doris/pull/49403#issuecomment-2747296547 TPC-DS: Total hot run time: 193754 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](function) wrong result of arrays_overlap [doris]

2025-03-24 Thread via GitHub
doris-robot commented on PR #49403: URL: https://github.com/apache/doris/pull/49403#issuecomment-2747267360 TPC-H: Total hot run time: 34233 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](function) wrong result of arrays_overlap [doris]

2025-03-24 Thread via GitHub
mrhhsg commented on PR #49403: URL: https://github.com/apache/doris/pull/49403#issuecomment-2747191971 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 unsub

Re: [PR] [fix](function) wrong result of arrays_overlap [doris]

2025-03-24 Thread via GitHub
Thearas commented on PR #49403: URL: https://github.com/apache/doris/pull/49403#issuecomment-2747184793 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) wrong result of arrays_overlap [doris]

2025-03-24 Thread via GitHub
mrhhsg opened a new pull request, #49403: URL: https://github.com/apache/doris/pull/49403 ### What problem does this PR solve? When two arrays have the same non-null elements, they should be considered overlapping. On the other hand, if they do not have the same non-null elements and