[
https://issues.apache.org/jira/browse/PARQUET-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved PARQUET-2188.
-------------------------------------
Fix Version/s: cpp-11.0.0
Resolution: Fixed
Issue resolved by pull request 14142
[https://github.com/apache/arrow/pull/14142]
> Add SkipRecords API to RecordReader
> -----------------------------------
>
> Key: PARQUET-2188
> URL: https://issues.apache.org/jira/browse/PARQUET-2188
> Project: Parquet
> Issue Type: New Feature
> Components: parquet-cpp
> Reporter: fatemah
> Priority: Major
> Labels: pull-request-available
> Fix For: cpp-11.0.0
>
> Time Spent: 16.5h
> Remaining Estimate: 0h
>
> The RecordReader is missing an API to skip records. There is a Skip method in
> the ColumnReader, but that skips based on the number of values/levels and not
> records. For repeated fields, this SkipRecords API will detect the record
> boundaries and correctly skip the right number of values for the requested
> number of records.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)