Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.2
-
None
-
None
Description
The error message should be more descriptive, e.g. "Ordering by struct field is not supported"
[tarmstrong-box.ca.cloudera.com:21000] > create table t (c struct<i:int>) stored as PARQUET;
Query: create table t (c struct<i:int>) stored as PARQUET
Fetched 0 row(s) in 0.07s
[tarmstrong-box.ca.cloudera.com:21000] > select 1 from functional.structs s order by s.col.x;
Query: select 1 from functional.structs s order by s.col.x
ERROR: IllegalStateException: getSlotSize() not implemented for type STRUCT<x:STRUCT<x:STRUCT<x:STRUCT<x:STRUCT<x:STRUCT<x:INT>>>>>>
Attachments
Issue Links
- is related to
-
IMPALA-3060 Supports IS [NOT] NULL feature for complex types
- Open