eric-maynard commented on PR #1378:
URL: https://github.com/apache/polaris/pull/1378#issuecomment-2810248981

   @singhpk234 
   
   > Can you please elaborate which storage layer call you are referring here 
explicitly ?
   
   From the Iceberg perspective, it's `TableMetadataParser.read`. From the 
Polaris perspective, it's any trip to object storage.
   
   What happens today is that `TableOperations.commit` calls `requestRefresh`, 
and then `BaseTable` calls `TableOperations.current`, which triggers the 
metadata to get loaded from object storage. In this simple case (commit 
followed by returning the TableMetadata we can try to skip that additional load.


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

Reply via email to