v.25.4Bug Fix (user-visible misbehavior in an official stable release)
BitmapMin returns the uint32_max
Official CH changelog text
bitmapMin returns the uint32_max when the bitmap is empty (and uint64_max when the input type is larger), which matches the behavior of empty roaring_bitmap's minimum. #78444 (wxybear).