You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Jesus Camacho Rodriguez (Jira)" <ji...@apache.org> on 2020/03/04 19:29:00 UTC

[jira] [Resolved] (ORC-608) Fix DecimalBench reader options

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

Jesus Camacho Rodriguez resolved ORC-608.
-----------------------------------------
    Fix Version/s: 1.7.0
       Resolution: Fixed

Pushed to master, thanks [~pgaref]!

> Fix DecimalBench reader options
> -------------------------------
>
>                 Key: ORC-608
>                 URL: https://issues.apache.org/jira/browse/ORC-608
>             Project: ORC
>          Issue Type: Improvement
>            Reporter: Panagiotis Garefalakis
>            Assignee: Panagiotis Garefalakis
>            Priority: Major
>             Fix For: 1.7.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> DecimalBench currently does not make use of the created reader.options when instantiating the RecordReader.
> As a result instead of reading only the Decimal Columns that are part of the include boolean array (trigger DecimalTreeReaders and use NullTreeReaders for the remaining columns) we end up reading the whole dataset (trigger all the TreeReaders).
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)