Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
Impala 2.5.0
Description
It should be possible to run this query:
Query: explain select id, m from complextypestbl t, (select min(t.id + item) m from t.int_array) v ERROR: AnalysisException: Could not resolve column/field reference: 't.id'
Table schema:
id bigint int_array array<int>
Attachments
Issue Links
- duplicates
-
IMPALA-2777 Support complex-typed expressions in the select list
- Closed