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 <typename T> Status _execute_internal(const ColumnArrayExecutionData& left_data, - const ColumnArrayExecutionData& right_data, - const UInt8* dst_nullmap_data, UInt8* dst_data) const { + const ColumnArrayExecutionData& right_data, UInt8* dst_nullmap_data, + UInt8* dst_data) const { using ExecutorImpl = OverlapSetImpl<T>; Review Comment: is this logic same with inverted index case ? -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org