Skip to content

Fix panic when decoding multiple Union columns in RowConverter #8999

@friendlymatthew

Description

@friendlymatthew

Describe the bug

A panic occurs in the Union type row decoding logic where row slices aren't properly advanced when multiple columns are present

The decoder is prematurely consuming the entire row slice inside the field collection loop, causing subsequent columns to fail decoding (the actual panic)

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrowChanges to the arrow cratebug

    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