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/01/27 00:59:24 UTC

[jira] [Created] (ARROW-515) [Python] Add StreamReader/FileReader methods that read all record batches as a Table

Wes McKinney created ARROW-515:
----------------------------------

             Summary: [Python] Add StreamReader/FileReader methods that read all record batches as a Table
                 Key: ARROW-515
                 URL: https://issues.apache.org/jira/browse/ARROW-515
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Python
            Reporter: Wes McKinney


In situations where the goal is to obtain a {{pyarrow.Table}} containing multiple batches, this will avoid some Python object boxing and unboxing overhead (especially when there are many small record batches).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)