You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Bryan Cutler (JIRA)" <ji...@apache.org> on 2018/06/25 23:46:00 UTC

[jira] [Created] (ARROW-2742) [Python] Allow Table.from_batches to use Iterator of ArrowRecordBatches

Bryan Cutler created ARROW-2742:
-----------------------------------

             Summary: [Python] Allow Table.from_batches to use Iterator of ArrowRecordBatches
                 Key: ARROW-2742
                 URL: https://issues.apache.org/jira/browse/ARROW-2742
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Python
            Reporter: Bryan Cutler
            Assignee: Bryan Cutler


Currently, pyarrow.Table.from_batches requires a list of record batches.  A simple change will allow this to accept an iterator, which could be useful.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)