You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/04 19:23:58 UTC

[jira] [Commented] (ORC-58) Move code for reading rows from Reader to RowReader

    [ https://issues.apache.org/jira/browse/ORC-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15799106#comment-15799106 ] 

ASF GitHub Bot commented on ORC-58:
-----------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/orc/pull/41


> Move code for reading rows from Reader to RowReader
> ---------------------------------------------------
>
>                 Key: ORC-58
>                 URL: https://issues.apache.org/jira/browse/ORC-58
>             Project: Orc
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Deepak Majeti
>             Fix For: 1.3.0
>
>
> Existing ReaderImpl constructor can throw an exception. This prohibits the creation of the reader instance and subsequent access to the schema information.
> For instance,  an exception can be thrown if the selected column ids do not agree with the number of schema columns. The downstream application might still want the schema information for logging purposes.
> The scope of this Jira is to move the code to read rows into a new RowReader class. 



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