Abyss-lord opened a new pull request, #6250:
URL: https://github.com/apache/gravitino/pull/6250

   ### What changes were proposed in this pull request?
   
   Support model pre event to Gravitino server, based on #6129 , Both 
synchronize Dispatcher changes with each other
   
   
   #### ModelInfo, ModelVersionInfo
   
   
![image](https://github.com/user-attachments/assets/e38a38e9-70c2-4106-a0bc-ec35a2b6fbb2)
   
   #### PreEvent
   
   
![image](https://github.com/user-attachments/assets/fcb6f717-620f-4c79-b64d-145f4e0df720)
   
   
   | PreEvent | OperationType | ModelCatalog |
   | --- | --- | --- |
   | `RegisterModelPreEvent` | `REGISTER_MODEL` | `registerModel` |
   | `GetModelPreEvent` | `LOAD_MODEL` | `getModel` |
   | `DeleteModelEvent` | `Delete_MODEL` | `deleteModel` |
   | `ListModelPreEvent` | `LIST_MODEL` | `listModels` |
   | `LinkModelVersionPreEvent` | `LINK_MODEL_VERSION` | `linkModelVersion` |
   | `GetModelVersionPreEvent` | `GET_MODEL_VERSION` | `getModelVersion` |
   | `DeleteModelVersionPreEvent` | `Delete_MODEL_VERSION` | 
`deleteModelVersion` |
   | `ListModelVersionsPreEvent` | `LIST_MODEL_VERSIONS` | `listModelVersions` |
   
   #### ModelEventDispatcher
   
   
![image](https://github.com/user-attachments/assets/ad80c319-f17f-4c76-9b65-b42c023075cb)
   
   ### Why are the changes needed?
   
   Fix: #6067 
   
   ### Does this PR introduce _any_ user-facing change?
   
   No
   
   ### How was this patch tested?
   
   #### Model Event
   
   1. `testRegisterModelEvent`
   2. `testGetModelEvent`
   3. `testDeleteExistsModelEvent`
   4. `testDeleteNotExistsModelEvent`
   5. `testListModelEvent`
   
   #### Model Version Event
   
   1. `testLinkModelVersionEvent`
   2. `testGetModelVersionEventViaVersion`
   3. `testGetModelVersionEventViaAlias`
   4. `testDeleteModelVersionEventViaVersion`
   5. `testDeleteModelVersionEventViaAlias`
   6. `testDeleteModelVersionEventViaVersionNotExists`
   7. `testListModelVersionsEvent`
   


-- 
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: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to