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

Don't pass partition columns to parquet reader

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.7.0
    • None
    • None

    Description

      Partition columns are logical entities that are meant to be consumed by group scan. Currently ParquetScanBatchCreator passes partition columns as though they are physical columns and this causes drill to raise the exception below:

      Failure while running fragment., You tried to do a batch data read operation when you were in a state of STOP.  You can only do this type of operation when you are in a state of OK or OK_NEW_SCHEMA. 
      

      The fix is to make sure that we are passing physical columns to the reader.

      Attachments

        Activity

          People

            hgunes Hanifi Gunes
            hgunes Hanifi Gunes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: