mchades commented on PR #12424:
URL: https://github.com/apache/gravitino/pull/12424#issuecomment-5324629559

   @FANNG1
   
   > ### 1. Expose version history — the data is already stored
   >
   > Read-only `GET .../semantic-models/{name}/versions` plus `load?version=N` 
would be enough.
   
   Keeping versioning at the storage layer without exposing it through the 
public API is intentional.
   
   API-level versioning requires broader decisions around version identity and 
lifecycle, retention guarantees, authorization, list/load semantics, and 
consistent Java, REST, and Python contracts. We need more concrete user 
requirements before committing to that public contract.
   
   For the initial design, stored versions remain an internal persistence 
mechanism, while historical loads and rollback stay out of scope.


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