BiteTheDDDDt commented on code in PR #57902:
URL: https://github.com/apache/doris/pull/57902#discussion_r2654918697


##########
be/src/util/bitmap_value.h:
##########
@@ -2038,8 +2046,13 @@ class BitmapValue {
         case BITMAP:
             return _bitmap->minimum();
         case SET:
+            if (_set.empty()) {

Review Comment:
   I think we don't need to modify this; min_or_max will handle empty.



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

Reply via email to