Daniel Becker created IMPALA-12695: -------------------------------------- Summary: Crash with UNION with complex types Key: IMPALA-12695 URL: https://issues.apache.org/jira/browse/IMPALA-12695 Project: IMPALA Issue Type: Test Reporter: Daniel Becker Assignee: Daniel Becker
The following query crashes: {code:java} with tmp as (select all_mix from collection_struct_mix union all select all_mix from collection_struct_mix) select value from tmp, tmp.all_mix am;{code} We should find out the cause and fix it. -- This message was sent by Atlassian Jira (v8.20.10#820010)