asfimport commented on issue #42257: URL: https://github.com/apache/arrow/issues/42257#issuecomment-2184204294
[Deepak Majeti](https://issues.apache.org/jira/browse/PARQUET-474?#comment-15345434) / @majetideepak: It makes sense to replace the `Seek` with a `ReadAt` in the public API. It will simplify your locking of the LocalFileSource class. Looking at the parquet code, it looks like `Seek` is used only in the sequential parts. I am guessing you will need to lock only the `Read` call, in which case the API need not change. -- 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]
