morningman commented on a change in pull request #5850:
URL: https://github.com/apache/incubator-doris/pull/5850#discussion_r637707048
##########
File path: contrib/udf/src/udaf_orthogonal_bitmap/bitmap_value.h
##########
@@ -431,7 +430,7 @@ class Roaring64Map {
bool isSubset(const Roaring64Map& r) const {
for (const auto& map_entry : roarings) {
auto roaring_iter = r.roarings.find(map_entry.first);
- if (roaring_iter == roarings.cend())
+ if (roaring_iter == r.roarings.cend())
Review comment:
ok
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]