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

[jira] [Resolved] (ARROW-12517) [Go] Expose App Metadata in Flight client

     [ https://issues.apache.org/jira/browse/ARROW-12517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Micah Kornfield resolved ARROW-12517.
-------------------------------------
    Fix Version/s: 5.0.0
       Resolution: Fixed

Issue resolved by pull request 10142
[https://github.com/apache/arrow/pull/10142]

> [Go] Expose App Metadata in Flight client
> -----------------------------------------
>
>                 Key: ARROW-12517
>                 URL: https://issues.apache.org/jira/browse/ARROW-12517
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: FlightRPC, Go
>            Reporter: Paul Whalen
>            Assignee: Matt Topol
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> There isn't a convenient way to access the App Metadata from a Flight stream via the Go client, because the `ipc.Reader` returned from calling `flight.NewRecordReader()` only exposes the `array.Record` as you read data from it.  This should expose a Flight-specific reader so the client can also access the metadata, perhaps.
> Modified `record_batch_reader.go` workaround/idea [here|https://gist.github.com/pgwhalen/ed768e18917610b2de7942144068f205].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)