ryanschneider commented on issue #451: URL: https://github.com/apache/arrow-go/issues/451#issuecomment-3120225442
I'm also in and out a bit the week or two, but will try to submit a patch if I have time. I did just step through and confirmed it's the `io.EOF` returned in `readField` here that is bubbling up: https://github.com/apache/arrow-go/blob/main/parquet/pqarrow/file_reader.go#L788-L790 Not sure if the fix is to eat the `io.EOF` in the spots that call `readField` or to change `readField` to return `(bool, error)`, I'll look more later today. Thanks for following up! -- 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