You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/25 02:34:01 UTC

[jira] [Commented] (ARROW-1706) [Python] StructArray.from_arrays should handle sequences that are coercible to arrays

    [ https://issues.apache.org/jira/browse/ARROW-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16338628#comment-16338628 ] 

ASF GitHub Bot commented on ARROW-1706:
---------------------------------------

wesm opened a new pull request #1512: ARROW-1706: [Python] Coerce array inputs to StructArray.from_arrays. Flip order of arguments
URL: https://github.com/apache/arrow/pull/1512
 
 
   I flipped the argument order to be more consistent with the same methods in RecordBatch, Table. The StructArray method doesn't seem to be widely used so I'm not sure there's the need to go through a deprecation cycle

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> [Python] StructArray.from_arrays should handle sequences that are coercible to arrays
> -------------------------------------------------------------------------------------
>
>                 Key: ARROW-1706
>                 URL: https://issues.apache.org/jira/browse/ARROW-1706
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> Currently the arrays passed must be `pyarrow.Array` objects already.



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