[
https://issues.apache.org/jira/browse/ARROW-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney updated ARROW-3532:
--------------------------------
Fix Version/s: 0.13.0
> [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
> Priority: Major
> Fix For: 0.13.0
>
>
> {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)