HappenLee commented on code in PR #42930:
URL: https://github.com/apache/doris/pull/42930#discussion_r1828745227


##########
be/src/util/simd/bits.h:
##########
@@ -125,8 +125,10 @@ void iterate_through_bits_mask(Func func, 
decltype(bytes_mask_to_bits_mask(nullp
 #endif
 }
 
-inline size_t count_zero_num(const int8_t* __restrict data, size_t size) {
-    size_t num = 0;
+template <typename T>

Review Comment:
   maybe better add a default type ?



-- 
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

Reply via email to