fatemehp commented on PR #14603:
URL: https://github.com/apache/arrow/pull/14603#issuecomment-1309424951

   This pull request intends to support skipping pages using the metadata. This 
is especially useful when page indexes are NOT present. Even so, We still need 
to think through the case that the page index is present.
   
   Here is what I think. When we have a page index, we will probably have a 
separate API to skip to a page at a particular offset. If a callback is 
defined, it would take effect via the NextPage calls. So we skip to a page at 
an offset, and when we call NextPage, it will return the next eligible page.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to