Sean Hsuan-Yi Chu created DRILL-4083:
----------------------------------------

             Summary: 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


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)

Reply via email to