You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neville Dipale (Jira)" <ji...@apache.org> on 2020/12/03 05:49:00 UTC

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

Neville Dipale resolved ARROW-10791.
------------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

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

> [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
>             Fix For: 3.0.0
>
>          Time Spent: 0.5h
>  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)