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: 6de4a79060773c8d61dd373818ef92c112d8a050 / 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/20139346048 With regards, GitHub Actions via GitBox
