Skip to content

Iceberg FileIO support read caches #1217

Open
@sundy-li

Description

@sundy-li

Is your feature request related to a problem or challenge?

Currently, FileIO will use create_operator to construct an operator reader to fetch data from storage.

But when reading the same files from storage, we want to cache the deserialized arrow array or IO bytes into a hybrid cache system (memory -> local disk --> s3).

It would be better for FileIO to be able to integrate with the custom cache injections.

Describe the solution you'd like

No response

Willingness to contribute

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions