v.25.12Bug Fix (user-visible misbehavior in an official stable release)

Fix analyzer validation

Fixed analyzer validation for LIMIT BY with GROUP BY to produce correct NOT_AN_AGGREGATE error instead of NOT_FOUND_COLUMN_IN_BLOCK when LIMIT BY uses columns not in GROUP BY. Closes #89713. #90665 (xiaohuanlin).