[
https://issues.apache.org/jira/browse/PARQUET-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Micah Kornfield resolved PARQUET-2210.
--------------------------------------
Fix Version/s: cpp-11.0.0
Resolution: Fixed
Issue resolved by pull request 14603
https://github.com/apache/arrow/pull/14603
> [C++] Skip pages based on header metadata using a callback
> ----------------------------------------------------------
>
> Key: PARQUET-2210
> URL: https://issues.apache.org/jira/browse/PARQUET-2210
> 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: 20.5h
> Remaining Estimate: 0h
>
> Currently, we do not expose the page header metadata and they cannot be used
> for skipping pages. I propose exposing the metadata through a callback that
> would allow the caller to decide if they want to read or skip the page based
> on the metadata. The signature of the callback would be the following:
> std::function<bool(const format::PageHeader&)> skip_page_callback)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)