liurenjie1024 commented on PR #1698:
URL: https://github.com/apache/iceberg-rust/pull/1698#issuecomment-3332906860

   > Could you please share more about your concern? If we don't want exposed 
cache to be written, we could hide the write interface by visbility?
   
   The concern is as I said, cache should be transparent to user, so it should 
not show up in public interface.
   
   > My hope is to share object cache inside and outside the crate, without 
which I have to afford an IO operation anyway, and likely a re-implementation 
of whatever-cache
   
   I think the right direction is to enhance the logic to use cache for 
manifest load/store, rather than exposing to user to allow them to manipulate 
it outside.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to