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

   ### Summary
   
   - add Catalog APIs to create, get, and delete table tags
   - support explicit snapshot IDs and latest-snapshot tag creation
   - route REST catalogs through tag endpoints while filesystem catalogs reuse 
TagManager
   - add typed errors and lifecycle/wire-format tests
   
   ### Scope
   
   This PR adds the Rust core API only. C/Go bindings will follow separately. 
Tag listing and retention are outside this initial API.
   
   ### Testing
   
   - `cargo test -p paimon tag`
   - `cargo clippy -p paimon --all-targets -- -D warnings`
   - `cargo fmt --all --check`
   - `git diff --check`


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