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

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

     [ 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)