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 2020/07/12 17:06:00 UTC

[jira] [Updated] (PARQUET-1839) [C++] values_read not updated in ReadBatchSpaced

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

Wes McKinney updated PARQUET-1839:
----------------------------------
    Summary: [C++] values_read not updated in ReadBatchSpaced   (was: values_read not updated in ReadBatchSpaced )

> [C++] values_read not updated in ReadBatchSpaced 
> -------------------------------------------------
>
>                 Key: PARQUET-1839
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1839
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Nileema Shingte
>            Assignee: Micah Kornfield
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> values_read is not updated in some cases in the `TypedColumnReaderImpl::ReadBatchSpaced` API
> we probably need to add 
> {code:java}
> *values_read = total_values;{code}
> After [https://github.com/apache/arrow/blob/master/cpp/src/parquet/column_reader.cc#L906]
>  



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