Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-4083

Drill not using HiveDrillNativeParquetScan if no column is needed to be read from HIVE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.4.0
    • Storage - Hive
    • None

    Description

      For example, for a query such as:

      Select count(*) from hive.parquetTable
      

      would not use HiveDrillNativeParquetScan. However, the following query will use:

      Select count(*) from hive.parquetTable where column > 0
      

      Ideally, both should use the same HiveDrillNativeParquetScan

      Attachments

        Activity

          People

            seanhychu Sean Hsuan-Yi Chu
            seanhychu Sean Hsuan-Yi Chu
            Krystal Krystal
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: