yangzhg commented on a change in pull request #5425: URL: https://github.com/apache/incubator-doris/pull/5425#discussion_r586985037
########## File path: be/src/olap/hll.cpp ########## @@ -164,7 +164,7 @@ size_t HyperLogLog::serialize(uint8_t* dst) const { break; } case HLL_DATA_EXPLICIT: { - DCHECK(_hash_set.size() < HLL_EXPLICIT_INT64_NUM) + DCHECK(_hash_set.size() <= HLL_EXPLICIT_INT64_NUM) Review comment: DCECK will ignore in release build. How this change can fix this bug? ---------------------------------------------------------------- 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. 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