Skip to content

Unsigned Arrays Fail to Roundtrip Through Parquet #2487

@tustvold

Description

@tustvold

Describe the bug

Since #1682 the parquet reader will ignore the signedness of the embedded arrow schema and always return unsigned integer arrays. This might be a bug in the writer, as it doesn't appear to be setting the ConvertedType/LogicalType

To Reproduce

Attempt to roundtrip an unsigned integer array

Expected behavior

The values should roundtrip correctly

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions