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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to