Description
A grouping sets will be analyzed as Aggregate(Expand(Project)), the grouping attributes came from Project, but have different meaning in Project (equal to original grouping expression) and Expand (could be original grouping expression or null), this does not make sense, because the attribute has different result in different operator,
A better way could be Aggregate(Expand()), then we need to fix SQL generation.