[
https://issues.apache.org/jira/browse/ARROW-11794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neal Richardson resolved ARROW-11794.
-------------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
Issue resolved by pull request 9584
[https://github.com/apache/arrow/pull/9584]
> [Go] Add concurrent-safe ipc.FileReader.RecordAt(i)
> ---------------------------------------------------
>
> Key: ARROW-11794
> URL: https://issues.apache.org/jira/browse/ARROW-11794
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Go
> Reporter: Francois Saint-Jacques
> Assignee: Francois Saint-Jacques
> Priority: Minor
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Arrow IPC files are safe to load concurrently. The implementation of
> `ipc.FileReader.Record(i)` is not safe due to stashing the current record
> internally. This adds a backward-compatible function `RecordAt` that behaves
> like ReadAt.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)