[
https://issues.apache.org/jira/browse/ARROW-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-3532.
-----------------------------------
Resolution: Fixed
Issue resolved by pull request 3713
[https://github.com/apache/arrow/pull/3713]
> [Python] Schema, StructType, StructArray field retrieval by name should raise
> warning or exception for multiple matches
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: ARROW-3532
> URL: https://issues.apache.org/jira/browse/ARROW-3532
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Krisztian Szucs
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.13.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {code}
> ty = pa.struct([
> pa.field('a', pa.int16()),
> pa.field('a', pa.float64())
> ])
> ty['a']
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)