You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Krisztian Szucs (JIRA)" <ji...@apache.org> on 2018/10/16 12:18:00 UTC

[jira] [Created] (ARROW-3532) [Python] Schema, StructType, StructArray field retrieval by name should raise warning or exception for multiple matches

Krisztian Szucs created ARROW-3532:
--------------------------------------

             Summary: [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


{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)