Skip to content

Writing sliced ListArray or MapArray ignore offsets #1226

@alamb

Description

@alamb

Describe the bug
When writing List or Map arrays that have been slice()d (aka have a non zero offset) the wrong rows will be written

Write
To Reproduce
Write a sliced `RecordBatch that has an offset; The data written will be relative to 0 offset

Expected behavior
The slice should be relative to the offset

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugparquetChanges to the parquet crate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions