Daniel Becker created IMPALA-12160:
--------------------------------------
Summary: Support ORDER BY for structs containing collections in
select list
Key: IMPALA-12160
URL: https://issues.apache.org/jira/browse/IMPALA-12160
Project: IMPALA
Issue Type: Sub-task
Components: Backend, Frontend
Reporter: Daniel Becker
Assignee: Daniel Becker
Structs containing collections are currently not allowed in the sorting tuple.
This ticket tracks adding support for them.
Note: this is not about sorting _by_ those structs, simply that they are in the
sorting tuple along with other slot(s), among those the one by which we sort,
for example
{code:java}
select int_id, struct_containing_collection from tbl order by int_id;
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)