[
https://issues.apache.org/jira/browse/ARROW-11794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-11794:
-----------------------------------
Labels: pull-request-available (was: )
> [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
> Time Spent: 10m
> 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)