gaborkaszab opened a new pull request, #14398:
URL: https://github.com/apache/iceberg/pull/14398

   This is the client-side improvement for the freshness-aware table
       loading in REST catalog. The main design is the following:
        - REST server can send an ETag with the LoadTableResponse
        - The client can use this ETag to populate the IF_NONE_MATCH header
          with the next loadTable request
        - The server can send a 304-NOT_MODIFIED response without a body if
          the table has not been changed based on the ETag
        - The client when receives a 304, then returns the latest table
          object associated with the ETag from cache


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