You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gunther Hagleitner (JIRA)" <ji...@apache.org> on 2014/09/11 09:12:34 UTC

[jira] [Updated] (HIVE-8051) Some union queries fail with dynamic partition pruning on tez

     [ 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)