Skip to content

Boolean list is not working with PyArrow #341

@woop

Description

@woop

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"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions