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

[jira] [Resolved] (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 ]

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)