Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Fix Parquet Serialization Error from pyarrow string to largestring #71

@wilsonbb

Description

@wilsonbb

In test_io.py we test a roundtrip serialization of a NestedFrame with a string-based "band" column.

During this, the pyarrow type gets converted from a string to large string. This is not a critical breakage, but we hacked the unit test dataframe to get around it in this commit. We should be able to revert that change and then properly fix the test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions