v.25.8Bug Fix (user-visible misbehavior in an official stable release)
Fix LOGICAL_ERROR
FixedLOGICAL_ERRORwhen usingCOMMENT COLUMN IF EXISTSin the sameALTERstatement afterDROP COLUMN. TheIF EXISTSclause now correctly skips the comment operation when the column has been dropped within the same statement. #85688 (xiaohuanlin).