[ https://issues.apache.org/jira/browse/IMPALA-12695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Becker resolved IMPALA-12695. ------------------------------------ Resolution: Fixed > Crash with UNION with complex types > ----------------------------------- > > Key: IMPALA-12695 > URL: https://issues.apache.org/jira/browse/IMPALA-12695 > Project: IMPALA > Issue Type: Bug > Reporter: Daniel Becker > Assignee: Daniel Becker > Priority: Major > > 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) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org For additional commands, e-mail: issues-all-h...@impala.apache.org