You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Francois Saint-Jacques (Jira)" <ji...@apache.org> on 2021/02/26 15:00:00 UTC

[jira] [Created] (ARROW-11794) [Go] Add concurrent-safe ipc.FileReader.RecordAt(i)

Francois Saint-Jacques created ARROW-11794:
----------------------------------------------

             Summary: [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


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)