kevinjqliu opened a new pull request, #3500:
URL: https://github.com/apache/iceberg-python/pull/3500

   ## Summary
   
   - Load table credentials from `/credentials` during REST table response 
handling when inline credentials are absent.
   - Only call the endpoint when the catalog advertises `loadCredentials` and 
vended credentials are requested.
   - Keep inline `storage-credentials` precedence over catalog config and avoid 
the extra request for remote signing.
   
   Stacked on #3499.
   
   ## Testing
   
   - `PYTHONPATH=. pytest tests/catalog/test_rest.py -k 'load_credentials or 
storage_credentials or load_table_honor_access_delegation or 
load_table_without_storage_credentials'`\n- `ruff check 
pyiceberg/catalog/rest/__init__.py tests/catalog/test_rest.py`\n- `ruff format 
--check pyiceberg/catalog/rest/__init__.py tests/catalog/test_rest.py`\n- 
pre-commit hooks during `git commit`


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