sundy-li opened a new issue, #1217:
URL: https://github.com/apache/iceberg-rust/issues/1217

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to