Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F01EC1106E for ; Fri, 19 Sep 2014 15:58:34 +0000 (UTC) Received: (qmail 21472 invoked by uid 500); 19 Sep 2014 15:58:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 21399 invoked by uid 500); 19 Sep 2014 15:58:34 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 21057 invoked by uid 500); 19 Sep 2014 15:58:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 21054 invoked by uid 99); 19 Sep 2014 15:58:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2014 15:58:34 +0000 Date: Fri, 19 Sep 2014 15:58:34 +0000 (UTC) From: "Yongzhi Chen (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-8189) A select statement with a subquery is failing. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-8189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yongzhi Chen updated HIVE-8189: ------------------------------- Attachment: hbase_ppd_join.q The query can reproduce the issue. > 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.12.0, 0.13.1 > Reporter: Yongzhi Chen > Attachments: hbase_ppd_join.q > > > 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)