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
