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/29 02:35:00 UTC

[jira] [Created] (HIVE-18173) Improve plans for correlated subqueries with non-equi predicate

Vineet Garg created HIVE-18173:
----------------------------------

             Summary: Improve plans for correlated subqueries with non-equi predicate
                 Key: HIVE-18173
                 URL: https://issues.apache.org/jira/browse/HIVE-18173
             Project: Hive
          Issue Type: Improvement
          Components: Query Planning
            Reporter: Vineet Garg
            Assignee: Vineet Garg


HIVE-17767 optimized plan to not generate value generator (i.e. an extra join with outer query to fetch correlated columns) for EQUAL and NOT EQUAL predicates e.g.
{code:sql}
select * from src b where b.key in (select key from src a where b.value <> a.value)
{code}

This should be improved and implemented for rest of the predicates e.g. LESS THAN etc



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