v.21.12Bug Fixes

Fix bug in subquery column removal with aggregation functions

Fix bug when remove unneeded columns in subquery. If there is an aggregation function in query without group by, do not remove if it is unneeded. #32289 (dongyifeng).