[
https://issues.apache.org/jira/browse/ARROW-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345222#comment-16345222
]
ASF GitHub Bot commented on ARROW-1705:
---------------------------------------
wesm commented on issue #1530: ARROW-1705: [Python] allow building array from
dicts
URL: https://github.com/apache/arrow/pull/1530#issuecomment-361628155
In this case I had to fix by hand. What I usually do in the case of
interdependent branches:
* Base dependent branch B on a `git rebase -i` version of base branch A
* Branch A gets merged
* Branch B will now `git rebase` cleanly
This works well as a result of the way we are merging PRs (by always rolling
them up into an atomic patch)
----------------------------------------------------------------
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:
[email protected]
> [Python] Create StructArray from sequence of dicts given a known data type
> --------------------------------------------------------------------------
>
> Key: ARROW-1705
> URL: https://issues.apache.org/jira/browse/ARROW-1705
> Project: Apache Arrow
> Issue Type: New Feature
> Components: Python
> Reporter: Wes McKinney
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> See https://github.com/apache/arrow/issues/1217
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)