[jira] [Updated] (HIVE-17877) HoS: combine equivalent DPP sink works

2017-11-05 Thread Rui Li (JIRA)

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


[jira] [Updated] (HIVE-17877) HoS: combine equivalent DPP sink works

2017-11-02 Thread Rui Li (JIRA)

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

Rui Li updated HIVE-17877:
--
Attachment: HIVE-17877.2.patch

Hi [~stakiar], sorry for the delay. Update patch v2 to address your comments. 
It also updates the golden files of the affected DPP tests. Let me know whether 
that reflects what you have in mind. Thanks.

> 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
>Priority: Major
> 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)


[jira] [Updated] (HIVE-17877) HoS: combine equivalent DPP sink works

2017-10-25 Thread Rui Li (JIRA)

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

Rui Li updated HIVE-17877:
--
Description: 
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}

> 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
> Attachments: HIVE-17877.1.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)


[jira] [Updated] (HIVE-17877) HoS: combine equivalent DPP sink works

2017-10-23 Thread Rui Li (JIRA)

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

Rui Li updated HIVE-17877:
--
Status: Patch Available  (was: Open)

> 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
> Attachments: HIVE-17877.1.patch
>
>




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


[jira] [Updated] (HIVE-17877) HoS: combine equivalent DPP sink works

2017-10-23 Thread Rui Li (JIRA)

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

Rui Li updated HIVE-17877:
--
Component/s: Spark

> 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
> Attachments: HIVE-17877.1.patch
>
>




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


[jira] [Updated] (HIVE-17877) HoS: combine equivalent DPP sink works

2017-10-23 Thread Rui Li (JIRA)

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

Rui Li updated HIVE-17877:
--
Attachment: HIVE-17877.1.patch

> HoS: combine equivalent DPP sink works
> --
>
> Key: HIVE-17877
> URL: https://issues.apache.org/jira/browse/HIVE-17877
> Project: Hive
>  Issue Type: Improvement
>Reporter: Rui Li
>Assignee: Rui Li
> Attachments: HIVE-17877.1.patch
>
>




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