Sunyue opened a new issue, #619: URL: https://github.com/apache/arrow-go/issues/619
### Describe the bug, including details regarding any error messages, version, and platform. Hi, I am reading parquet from S3 using the parquet reader, basically by providing a reader with `ReadAt(buf []byte, off int64)` implemented with `Range` header like `bytes=<off>-<off+len(buf)-1>. When I enable `BufferedStreamEnabled`, when reading certain columns parquet reader ends in error `parquet: dict spaced eof exception`. But when I disable `BufferedStreamEnabled` reading same parquet file works fine. I can't see where the error is, could you kindly help on this? Thanks! ### Component(s) Parquet -- 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]
