HappenLee commented on code in PR #65421:
URL: https://github.com/apache/doris/pull/65421#discussion_r3564651484
##########
be/src/core/value/bitmap_value.h:
##########
@@ -1924,9 +2373,19 @@ class BitmapValue {
++dst;
*dst = static_cast<uint8_t>(_set.size());
++dst;
- for (auto v : _set) {
- encode_fixed64_le(reinterpret_cast<uint8_t*>(dst), v);
- dst += sizeof(uint64_t);
+ {
Review Comment:
这里直接encode_fixed64_le就行了,没必要搞一个phmap::flat_hash_set
--
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]