hive 報錯:Grouping sets aggregations (with rollups or cubes) are not allowed if aggregation function parameters overlap with the aggregation functions columns
聚合函數語法需要改正, 例如:sum(case when ....) 里面的條件有多個表,但需要改成一個表引用的字段就行,例如case when 后面有A表的字段和B表的字段,需要統一改成一個表的字段