[ 
https://issues.apache.org/jira/browse/HIVE-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133198#comment-13133198
 ] 

Hudson commented on HIVE-2513:
------------------------------

Integrated in Hive-trunk-h0.21 #1025 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1025/])
    HIVE-2513: create a test to verify that partition pruning works for 
partitioned views with a union (namit via He Yongqiang)

heyongqiang : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1187476
Files : 
* /hive/trunk/ql/src/test/queries/clientpositive/ppd_union_view.q
* /hive/trunk/ql/src/test/results/clientpositive/ppd_union_view.q.out

                
> create a test to verify that partition pruning works for partitioned views 
> with a union
> ---------------------------------------------------------------------------------------
>
>                 Key: HIVE-2513
>                 URL: https://issues.apache.org/jira/browse/HIVE-2513
>             Project: Hive
>          Issue Type: Test
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: hive.2513.1.patch
>
>
> It would be good to have a test to check partition pruning on a view like:
> create view t1 partitioned on (ds) as
> select * from
> (
> select key, value, ds from t1_new
> union all
> select key, value, t1_old.ds from t1_old join t1_mapping
> on t1_old.keymap = t1_mapping.keymap and
>    t1_old.ds = t1_mapping.ds
> ) subq;
> While adding the test, I found that the lineage is broken for this.
> Will file a separate issue for that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to