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 2020/12/02 20:14:00 UTC

[jira] [Updated] (ARROW-10791) [Rust] StreamReader, read_dictionary duplicating schema info

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

ASF GitHub Bot updated ARROW-10791:
-----------------------------------
    Labels: pull-request-available  (was: )

> [Rust] StreamReader, read_dictionary duplicating schema info
> ------------------------------------------------------------
>
>                 Key: ARROW-10791
>                 URL: https://issues.apache.org/jira/browse/ARROW-10791
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>            Reporter: Carol Nichols
>            Assignee: Carol Nichols
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The `read_dictionary` function takes both an ipc schema and a `Schema`, but it can get the information it needs from just the `Schema`. Then the `StreamReader` doesn't need to keep the ipc schema bytes around, because it also has the `Schema`.
> The Flight integration test code needs to read dictionaries as well, and it seemed overly complex to need both kinds of schemas. PR coming!



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