You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2016/01/28 06:37:39 UTC

[jira] [Resolved] (PARQUET-433) Specialize ColumnReaders based on the column type

     [ https://issues.apache.org/jira/browse/PARQUET-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved PARQUET-433.
----------------------------------
    Resolution: Fixed

This was resolved in:
https://github.com/apache/parquet-cpp/pull/23

> Specialize ColumnReaders based on the column type
> -------------------------------------------------
>
>                 Key: PARQUET-433
>                 URL: https://issues.apache.org/jira/browse/PARQUET-433
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: Aliaksei Sandryhaila
>
> ColumnReader class is used to read columns of all types. This leads to a lot of type checking and 'switch' statements. ColumnReaders should be specialized to different types, while sharing the same interface.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)