Skip to content

Enable use of Operator.read(path, offset, size) for efficient range fetches in OpendalBufferedFile #28

@umangbudhwar

Description

@umangbudhwar

OpenDAL now supports partial reads via read(path, offset, size) (see apache/opendal#6086).

This allows us to avoid loading the entire file into memory when only a specific byte range is needed.

We should update OpendalBufferedFile to use this API when reading a range, improving efficiency, especially on remote backends like S3, 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