v.25.12Bug Fix (user-visible misbehavior in an official stable release)
Fix analyzer validation
Fixed analyzer validation forLIMIT BYwithGROUP BYto produce correctNOT_AN_AGGREGATEerror instead ofNOT_FOUND_COLUMN_IN_BLOCKwhenLIMIT BYuses columns not inGROUP BY. Closes #89713. #90665 (xiaohuanlin).