yiguolei commented on code in PR #67784:
URL: https://github.com/apache/doris/pull/67784#discussion_r4056294030
##########
be/src/util/raw_value.h:
##########
@@ -55,6 +55,8 @@ inline uint32_t RawValue::zlib_crc32(const void* v, size_t
len, const PrimitiveT
case TYPE_VARCHAR:
case TYPE_HLL:
case TYPE_STRING:
+ // Tablet routing and FE bucket pruning must hash the same unmodified
binary bytes.
Review Comment:
我们需要对binary 类型支持这个函数吗?
--
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]