-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
bugThe problem described is something that must be fixedThe problem described is something that must be fixed
Description
Version of Awkward Array
2.8.1
Description and code to reproduce
out = super().to_pylist()
__class__ = <class 'awkward._connect.pyarrow.extn_types.AwkwardArrowArray'>
self = <awkward._connect.pyarrow.extn_types.AwkwardArrowArray object at 0x7fff55a020b0>
[
[
1.1,
2.2,
3.3
],
[],
[
4.4,
5.5
]
]
pyarrow/array.pxi:1775: in pyarrow.lib.Array.to_pylist
???
pyarrow/scalar.pxi:1332: in pyarrow.lib.ExtensionScalar.as_py
???
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E TypeError: AwkwardArrowArray.to_pylist() got an unexpected keyword argument 'maps_as_pydicts'
The maps_as_pydicts parameter was added in apache/arrow#45471.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThe problem described is something that must be fixedThe problem described is something that must be fixed