You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)
Reporter: fatemah / @fatemehp
Assignee: fatemah / @fatemehp
Related issues:
PRs and other links:
Note: This issue was originally created as PARQUET-2210. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: