hive报错FAILED: SemanticException [Error 10210]: Grouping sets aggregations (with rollups or cubes) are not allowed if aggregation function parameters overlap with the aggregation functions columns
摘要:
检查sql是否存在引用多个表的字段 或者case when的字段和聚函数(例如count、sum)中的字段是否有重复,导致冲突 阅读全文
posted @ 2020-09-03 13:17 RICH-ATONE 阅读(2135) 评论(0) 推荐(0) 编辑