[ 
https://issues.apache.org/jira/browse/HIVE-8051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gunther Hagleitner updated HIVE-8051:
-------------------------------------
    Description: 
SELECT amount FROM agg_01, dim_shops WHERE dim_shops_id = id AND label = 'foo'  
                                                                                
                                                                              
UNION ALL                                                                       
                                                                                
                                                                              
SELECT amount FROM agg_01, dim_shops WHERE dim_shops_id = id AND label = 'bar';

causes AssertionError.

> Some union queries fail with dynamic partition pruning on tez
> -------------------------------------------------------------
>
>                 Key: HIVE-8051
>                 URL: https://issues.apache.org/jira/browse/HIVE-8051
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Gunther Hagleitner
>            Assignee: Gunther Hagleitner
>
> SELECT amount FROM agg_01, dim_shops WHERE dim_shops_id = id AND label = 
> 'foo'                                                                         
>                                                                               
>          
> UNION ALL                                                                     
>                                                                               
>                                                                               
>     
> SELECT amount FROM agg_01, dim_shops WHERE dim_shops_id = id AND label = 
> 'bar';
> causes AssertionError.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to