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

Rui Li updated HIVE-17877:
--------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0
           Status: Resolved  (was: Patch Available)

Pushed to master. Thanks Sahil for the review.

> HoS: combine equivalent DPP sink works
> --------------------------------------
>
>                 Key: HIVE-17877
>                 URL: https://issues.apache.org/jira/browse/HIVE-17877
>             Project: Hive
>          Issue Type: Improvement
>          Components: Spark
>            Reporter: Rui Li
>            Assignee: Rui Li
>             Fix For: 3.0.0
>
>         Attachments: HIVE-17877.1.patch, HIVE-17877.2.patch
>
>
> Suppose part1 and part2 are partitioned tables. The simplest use case should 
> be something like:
> {code}
> explain
> select * from
>   (select part1.key, part1.value from part1 join src on part1.p=src.key) a
> union all
>   (select part2.key, part2.value from part2 join src on part2.p=src.key);
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to