Thanks for the quick response Wes. I opened a JIRA <https://issues.apache.org/jira/browse/ARROW-13696> and will attempt a PR.
On Tue, Aug 17, 2021 at 6:29 AM Wes McKinney <[email protected]> wrote: > Seems reasonable. Do you want to open a Jira issue and/or make a PR for > this? > > On Tue, Aug 17, 2021 at 2:51 AM Jason Reid <[email protected]> wrote: > > > > Currently, the api for instantiating MapType only accepts DataType for > the key_type and item_type arguments. Is it possible to create a MapType > passing Field types instead? Looking for something similar to what is > possible for ListType in python or what seems to be possible from the cpp > implementation of MapType (untested). > > > > Thanks for any insights, > > Jason >
