The GitHub Actions job "Java CI" on iceberg.git/main_freshness_aware_loading has succeeded. Run started by GitHub user gaborkaszab (triggered by gaborkaszab).
Head commit for run: 93f1dc1cd2224528f3866c0b89487b43322495e3 / 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/21060727190 With regards, GitHub Actions via GitBox
