Krisztian Szucs created ARROW-9997: -------------------------------------- Summary: [Python] StructScalar.as_py() fails if the type has duplicate field names Key: ARROW-9997 URL: https://issues.apache.org/jira/browse/ARROW-9997 Project: Apache Arrow Issue Type: Bug Components: Python Reporter: Krisztian Szucs Assignee: Krisztian Szucs Fix For: 2.0.0
{{StructScalar}} currently extends an abstract Mapping interface. Since the type allows duplicate field names we cannot provide that API. -- This message was sent by Atlassian Jira (v8.3.4#803005)