fatemah created PARQUET-2188:
--------------------------------
Summary: 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
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)