You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2015/12/14 17:16:46 UTC

[jira] [Commented] (DRILL-4083) Drill not using HiveDrillNativeParquetScan if no column is needed to be read from HIVE

    [ https://issues.apache.org/jira/browse/DRILL-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15056204#comment-15056204 ] 

Krystal commented on 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)