With the following features
"bool_list_feature": [
np.array([True, False, True], dtype=bool),
np.array([True, False, True], dtype=bool),
np.array([True, False, True], dtype=bool),
],
The following error occurs.
> ???
E pyarrow.lib.ArrowTypeError: ('Unknown list item type: bool',
'Conversion failed for column bool_list_feature with type object')
For the time being I will remove bool_list from the tests since we do support this data type through "bytes"
With the following features
The following error occurs.
For the time being I will remove bool_list from the tests since we do support this data type through "bytes"