The GitHub Actions job "Java CI" on iceberg.git/main_freshness_aware_loading 
has failed.
Run started by GitHub user gaborkaszab (triggered by gaborkaszab).

Head commit for run:
c38ce1d22e9497340ad7e06b2e2068c5a3be0835 / Gabor Kaszab <[email protected]>
Core: Freshness-aware table loading in REST catalog

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

Report URL: https://github.com/apache/iceberg/actions/runs/20138593509

With regards,
GitHub Actions via GitBox

Reply via email to