tustvold commented on PR #6983: URL: https://github.com/apache/arrow-rs/pull/6983#issuecomment-2591278120
I found the emphasis on the requirement or not for `Seek` as a way to distinguish the two to be a little backwards. They're different formats, with one allowing random access, the requirement for `Seek` to be honest is really an implementation detail. FileDecoder decodes the file format, and does not require seek. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org