Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 4.0.0
-
None
-
ghx-label-6
Description
When the sql can rewrite, if the group by ordinal reference is still a numeric literal, it will throw exception
select 13, id, count(1) from dimtbl group by 1, 2; ERROR: AnalysisException: GROUP BY: ordinal exceeds the number of items in the SELECT list: 13
Attachments
Issue Links
- is caused by
-
IMPALA-9620 Predicates in the SELECT and GROUP-BY cause failure with CNF rewrite enabled
- Resolved
- is related to
-
IMPALA-10865 Query with select alias the same as column name rewrite error for grouping exprs
- Resolved