lasdf1234 opened a new pull request, #12334:
URL: https://github.com/apache/gravitino/pull/12334
### What changes were proposed in this pull request?
- Expose `id()` on `Group` and align DTO / listener info
- Add relational lookup/update/delete by metalake + gravitino group id
- Extend `SupportsIdOperations` wiring for GROUP
- Add AccessControlDispatcher by-id group APIs (get/remove;
updateGroupExternalId) plus hook/event dispatchers
### Why are the changes needed?
SCIM push needs a stable server-assigned id as the group resource key,
separate from optional mutable `externalId`. User by-id is covered by #12330;
this PR adds the group side.
Fix: #12333
**Stacked on:** #12332 (branch `feat/user-by-id-apis`). Please review only
the group commit on top of that PR. Merge #12332 first.
### Does this PR introduce _any_ user-facing change?
- New `Group.id()` on the public API
- New AccessControlDispatcher group methods keyed by gravitino id
- Existing by-name and by-externalId APIs unchanged
### How was this patch tested?
- `TestAccessControlManager.testGroupById`
- Existing access-control unit tests
Made with [Cursor](https://cursor.com)
--
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]