v.25.3Bug Fix (user-visible misbehavior in an official stable release)
Not a bug: SELECT toBFloat16(-0.0) == toBFloat16
Not a bug:SELECT toBFloat16(-0.0) == toBFloat16(0.0)now correctly returnstrue(from previouslyfalse). This makes the behavior consistent withFloat32andFloat64. #77290 (Shankar Iyer).