lasdf1234 opened a new pull request, #12513:
URL: https://github.com/apache/gravitino/pull/12513

   ## Summary
   
   - Add `BasicUser` / `BasicGroup` API types (metadata-only, no roles) and 
`getBasicUser` / `getBasicGroup` across core, REST, and Java client
   - REST: `GET .../users/{user}/basic` and `GET .../groups/{group}/basic` with 
the same auth rules as full get user/group
   - Storage reads only `user_meta` / `group_meta` rows (no role join); emit 
`GET_BASIC_USER` / `GET_BASIC_GROUP` listener events and audit mappings
   - OpenAPI schemas/responses for both endpoints
   
   ## Test plan
   
   - [x] `./gradlew spotlessApply`
   - [x] Unit tests: `TestUserEvent`, `TestGroupEvent`, 
`TestCompatibilityUtils`, `TestUserOperations`, `TestGroupOperations`
   - [x] `./gradlew :docs:build` (OpenAPI validation)
   
   Fix: #12512
   
   
   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]

Reply via email to