[jira] [Comment Edited] (HIVE-15227) Optimize join + gby into semijoin

2017-02-16 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz edited comment on HIVE-15227 at 2/16/17 8:40 AM:


Doc note:  *hive.enable.semijoin.conversion* needs to be documented in the wiki 
for release 2.2.0.

* [Configuration Properties -- Query and DDL Execution | 
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-QueryandDDLExecution]

Added a TODOC2.2 label.

Edit (16/Feb/17):  HIVE-15894 changes the parameter name from 
*hive.enable.semijoin.conversion* to *hive.optimize.semijoin.conversion*, also 
in release 2.2.0.


was (Author: le...@hortonworks.com):
Doc note:  *hive.enable.semijoin.conversion* needs to be documented in the wiki 
for release 2.2.0.

* [Configuration Properties -- Query and DDL Execution | 
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-QueryandDDLExecution]

Added a TODOC2.2 label.

> Optimize join + gby into semijoin
> -
>
> Key: HIVE-15227
> URL: https://issues.apache.org/jira/browse/HIVE-15227
> Project: Hive
>  Issue Type: Bug
>  Components: Logical Optimizer
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
>  Labels: TODOC2.2
> Fix For: 2.2.0
>
> Attachments: HIVE-15227.2.patch, HIVE-15227.3.patch, 
> HIVE-15227.4.patch, HIVE-15227.patch
>
>
> Calcite has a rule which can do this transformation. Lets take advantage of 
> this since Hive has native Left semi join operator.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (HIVE-15227) Optimize join + gby into semijoin

2016-11-30 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan edited comment on HIVE-15227 at 11/30/16 9:33 PM:
---

We can use CALCITE-1495 for changes in this rule. _auto_sortmerge_join_2.q_ is 
a flaky test. It fails intermittently even locally. Its a poorly written test 
since it depends on memory of system. 

By the way, I also added the flag {{hive.enable.semijoin.conversion}} for the 
rule. 
Pushed to master.  


was (Author: ashutoshc):
We can use CALCITE-1494 for changes in this rule. _auto_sortmerge_join_2.q_ is 
a flaky test. It fails intermittently even locally. Its a poorly written test 
since it depends on memory of system. 

By the way, I also added the flag {{hive.enable.semijoin.conversion}} for the 
rule. 
Pushed to master.  

> Optimize join + gby into semijoin
> -
>
> Key: HIVE-15227
> URL: https://issues.apache.org/jira/browse/HIVE-15227
> Project: Hive
>  Issue Type: Bug
>  Components: Logical Optimizer
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Fix For: 2.2.0
>
> Attachments: HIVE-15227.2.patch, HIVE-15227.3.patch, 
> HIVE-15227.4.patch, HIVE-15227.patch
>
>
> Calcite has a rule which can do this transformation. Lets take advantage of 
> this since Hive has native Left semi join operator.



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