XiaoHongbo-Hope opened a new pull request, #714:
URL: https://github.com/apache/paimon-rust/pull/714

   ## What changed
   
   - Parse the standard ECS `Expiration` field into milliseconds so DLF catalog 
credentials are refreshed before expiry.
   - Keep a refresh-capable REST token FileIO attached to loaded tables instead 
of freezing the first data token.
   - Coalesce concurrent refreshes, rebuild the storage operator with rotated 
credentials, and preserve the catalog local cache.
   - Document ECS RAM-role authentication and REST data-token configuration.
   
   Static AK/SK credentials remain unchanged and are not rotated.
   
   ## Validation
   
   - `cargo test -p paimon --lib` (2254 passed, 1 ignored)
   - `cargo test -p paimon token`
   - `cargo test -p paimon io::file_io::` (31 passed)
   - `cargo clippy -p paimon --all-targets -- -D warnings`
   - All non-Python workspace targets compile, including DataFusion, C 
bindings, REST server, and integration tests.


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

Reply via email to