fallintoplace opened a new pull request, #1120: URL: https://github.com/apache/arrow-go/pull/1120
### What does this change do?\n\nReturn errors when a file reader is asked for a record batch outside the file bounds.\n\n### Why?\n\nRecordBatchAt and ReadAt currently panic even though they return errors. ReadAt also narrows int64 to int before checking the range.\n\n### Tests\n\n- go test ./arrow/ipc -- 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]
