bigsheeper opened a new issue, #43860: URL: https://github.com/apache/arrow/issues/43860
### Describe the bug, including details regarding any error messages, version, and platform. The error thrown during the [ReadRecords](https://github.com/apache/arrow/blob/6b268f62a8a172249ef35f093009c740c32e1f36/go/parquet/file/record_reader.go#L569) process was not handled or returned correctly. 1. `HasNext` returns false because of an error, for loop broke: <img src="https://github.com/user-attachments/assets/6b00a550-0c5b-4318-b971-a96958257700" width=65% height=65%> 3. But the error isn't being returned: <img src="https://github.com/user-attachments/assets/b7840958-503f-4f67-bea1-333f487bbce1" width=65% height=65%> ### Component(s) Go -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org