Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D22018632 for ; Mon, 14 Dec 2015 16:17:47 +0000 (UTC) Received: (qmail 61082 invoked by uid 500); 14 Dec 2015 16:17:47 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 61044 invoked by uid 500); 14 Dec 2015 16:17:47 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 60940 invoked by uid 99); 14 Dec 2015 16:17:47 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2015 16:17:47 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D1C092C1F72 for ; Mon, 14 Dec 2015 16:17:46 +0000 (UTC) Date: Mon, 14 Dec 2015 16:17:46 +0000 (UTC) From: "Krystal (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (DRILL-4083) Drill not using HiveDrillNativeParquetScan if no column is needed to be read from HIVE 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/DRILL-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krystal closed DRILL-4083. -------------------------- Verified in drill-1.4 that bug is fixed. > Drill not using HiveDrillNativeParquetScan if no column is needed to be read from HIVE > -------------------------------------------------------------------------------------- > > Key: DRILL-4083 > URL: https://issues.apache.org/jira/browse/DRILL-4083 > Project: Apache Drill > Issue Type: Bug > Components: Storage - Hive > Reporter: Sean Hsuan-Yi Chu > Assignee: Sean Hsuan-Yi Chu > Fix For: 1.4.0 > > > For example, for a query such as: > {code} > Select count(*) from hive.parquetTable > {code} > would not use HiveDrillNativeParquetScan. However, the following query will use: > {code} > Select count(*) from hive.parquetTable where column > 0 > {code} > Ideally, both should use the same HiveDrillNativeParquetScan -- This message was sent by Atlassian JIRA (v6.3.4#6332)