[
https://issues.apache.org/jira/browse/PARQUET-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated PARQUET-2188:
------------------------------------
Labels: pull-request-available (was: )
> 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
> Time Spent: 10m
> 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)