You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/07/15 20:53:01 UTC

[jira] [Resolved] (ARROW-1214) [Python] Add classes / functions to enable stream message components to be handled outside of the stream reader class

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

Wes McKinney resolved ARROW-1214.
---------------------------------
    Resolution: Fixed

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

> [Python] Add classes / functions to enable stream message components to be handled outside of the stream reader class
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: ARROW-1214
>                 URL: https://issues.apache.org/jira/browse/ARROW-1214
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Python
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>             Fix For: 0.5.0
>
>
> This will be helpful in messaging / RPC scenarios where the message components are sent in multiple streams (e.g. schema negotation first, then record batches later)
> * Class for holding a single serialized message, able to indicate what kind of message it is
> * Read schema from list of one or more messages (if there are dictionaries, there will be multiple messages, otherwise only one)
> * Read record batch from a message given the schema



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)