Skip to content

ParquetQueryWorker onChunk should include entire chunk #273

@bleakley

Description

@bleakley

If you call parquetQueryWorker({ rowStart, rowEnd, columns, onChunk }), the resulting chunk contains columnData which only contains the rows from rowStart to rowEnd, but ideally you would be able to get the entire chunk. For example if I request rows 0 to 50 because I want to render them, it would be nice to get the entire row group to preprocess. That way I don't have to continue to request rows 51 to 100, etc.

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