[
https://issues.apache.org/jira/browse/ARROW-13696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joris Van den Bossche resolved ARROW-13696.
-------------------------------------------
Fix Version/s: 6.0.0
Resolution: Fixed
Issue resolved by pull request 10981
[https://github.com/apache/arrow/pull/10981]
> [Python] Support for MapType with Fields
> ----------------------------------------
>
> Key: ARROW-13696
> URL: https://issues.apache.org/jira/browse/ARROW-13696
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Affects Versions: 5.0.0
> Reporter: Jason Reid
> Priority: Minor
> Labels: pull-request-available
> Fix For: 6.0.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Ability to create a
> [MapType|https://arrow.apache.org/docs/python/generated/pyarrow.map_.html]
> object passing Field types instead of DataTypes for the key_type and
> item_type arguments. Something similar to what is possible for
> [ListType|https://arrow.apache.org/docs/python/generated/pyarrow.list_.html#pyarrow.list_]
> in python or what seems to be possible from the [cpp implementation of
> MapType|https://github.com/apache/arrow/blob/master/cpp/src/arrow/type.cc#L424]
> (untested).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)