Re: [PR] [improve](array-funcs) accelerate arrays_overlap by inverted index (#41161) [doris]

2024-09-28 Thread via GitHub
dataroaring merged PR #41286: URL: https://github.com/apache/doris/pull/41286 -- 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] [improve](array-funcs) accelerate arrays_overlap by inverted index (#41161) [doris]

2024-09-28 Thread via GitHub
github-actions[bot] commented on PR #41286: URL: https://github.com/apache/doris/pull/41286#issuecomment-2380720634 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [improve](array-funcs) accelerate arrays_overlap by inverted index (#41161) [doris]

2024-09-28 Thread via GitHub
amorynan commented on code in PR #41286: URL: https://github.com/apache/doris/pull/41286#discussion_r1779664432 ## be/src/vec/functions/array/function_arrays_overlap.h: ## @@ -128,6 +129,87 @@ class FunctionArraysOverlap : public IFunction { return make_nullable(std::ma

Re: [PR] [improve](array-funcs) accelerate arrays_overlap by inverted index (#41161) [doris]

2024-09-28 Thread via GitHub
amorynan commented on PR #41286: URL: https://github.com/apache/doris/pull/41286#issuecomment-2380718847 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] [improve](array-funcs) accelerate arrays_overlap by inverted index (#41161) [doris]

2024-09-28 Thread via GitHub
amorynan commented on code in PR #41286: URL: https://github.com/apache/doris/pull/41286#discussion_r1779664391 ## be/src/vec/functions/array/function_arrays_overlap.h: ## @@ -128,6 +129,87 @@ class FunctionArraysOverlap : public IFunction { return make_nullable(std::ma

Re: [PR] [improve](array-funcs) accelerate arrays_overlap by inverted index (#41161) [doris]

2024-09-27 Thread via GitHub
amorynan commented on code in PR #41286: URL: https://github.com/apache/doris/pull/41286#discussion_r1778173415 ## be/src/vec/functions/array/function_arrays_overlap.h: ## @@ -128,6 +129,87 @@ class FunctionArraysOverlap : public IFunction { return make_nullable(std::ma

Re: [PR] [improve](array-funcs) accelerate arrays_overlap by inverted index (#41161) [doris]

2024-09-26 Thread via GitHub
xiaokang commented on code in PR #41286: URL: https://github.com/apache/doris/pull/41286#discussion_r1777868603 ## be/src/vec/functions/array/function_arrays_overlap.h: ## @@ -128,6 +129,87 @@ class FunctionArraysOverlap : public IFunction { return make_nullable(std::ma