You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Nate Putnam (JIRA)" <ji...@apache.org> on 2017/02/22 22:22:44 UTC

[jira] [Created] (DRILL-5292) Better Parquet handling of sparse columns

Nate Putnam created DRILL-5292:
----------------------------------

             Summary: Better Parquet handling of sparse columns
                 Key: DRILL-5292
                 URL: https://issues.apache.org/jira/browse/DRILL-5292
             Project: Apache Drill
          Issue Type: Improvement
          Components: Storage - Parquet
            Reporter: Nate Putnam


It appears the current implantation of ParquetRecordReader will fill in missing columns between files as a NullableIntVector. It would be better if the code could determine if that column was defined in a different file (and didn't conflict) and use the defined data type. 
 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)