You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vineet Garg (JIRA)" <ji...@apache.org> on 2017/11/08 00:01:00 UTC

[jira] [Created] (HIVE-18008) Add optimization rule to remove gby from right side of left semi-join

Vineet Garg created HIVE-18008:
----------------------------------

             Summary: Add optimization rule to remove gby from right side of left semi-join
                 Key: HIVE-18008
                 URL: https://issues.apache.org/jira/browse/HIVE-18008
             Project: Hive
          Issue Type: Improvement
          Components: Query Planning
            Reporter: Vineet Garg
            Assignee: Vineet Garg


Group by (on same keys as semi join) as right side of Left semi join is unnecessary and could be removed. We see this pattern in subqueries with explicit distinct keyword e.g.

{code:sql}
explain select * from src b where b.key in (select distinct key from src a where a.value = b.value)
{code}



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