Open
Description
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