You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Yongzhi Chen (JIRA)" <ji...@apache.org> on 2014/09/19 17:56:33 UTC

[jira] [Created] (HIVE-8189) A select statement with a subquery is failing.

Yongzhi Chen created HIVE-8189:
----------------------------------

             Summary: A select statement with a subquery is failing. 
                 Key: HIVE-8189
                 URL: https://issues.apache.org/jira/browse/HIVE-8189
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.13.1, 0.12.0
            Reporter: Yongzhi Chen


Hive tables in the query are hbase tables, and the subquery is a join statement.
When
set hive.optimize.ppd=true;
  and
set hive.auto.convert.join=false;
The query does not return data. 
While hive.optimize.ppd=true and hive.auto.convert.join=true return values back. See attached query file. 



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