zeroshade opened a new pull request, #321: URL: https://github.com/apache/arrow-go/pull/321
### Rationale for this change As suggested by https://github.com/apache/arrow-go/issues/278#issuecomment-2741136394 allowing the RecordReader from the `pqarrow` package to also leverage the `SeekToRow` functionality to skip records from a parquet file while respected skipping particular row groups. ### What changes are included in this PR? Implementing a `SeekToRow` method for `pqarrow.RecordReader` to seek the record reader to a specific row where the next read will start from. ### Are these changes tested? Yes, unit tests are added for this. ### Are there any user-facing changes? Just the new functions. -- 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]
