Skip to content

"DeltaBitPackDecoder only supports Int32Type and Int64Type" but unsigned types are supported too #9551

@progval

Description

@progval

Describe the bug
Using Encoding::DELTA_BINARY_PACKED with, for example, a string type errors with DeltaBitPackDecoder only supports Int32Type and Int64Type. But UInt32Type and UInt64Type are supported too

To Reproduce

Expected behavior
Error message should be DeltaBitPackDecoder only supports Int32Type, UInt32Type, Int64Type, and UInt64Type

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugparquetChanges to the parquet crate

    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