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 returns true (from previously false). This makes the behavior consistent with Float32 and Float64. #77290 (Shankar Iyer).