roryqi opened a new issue, #12532: URL: https://github.com/apache/gravitino/issues/12532
### What would you like to be improved? `OwnerMetaService#batchGetOwner` currently retrieves only user owners. Metadata objects owned by groups are omitted from batch lookup results, although the single-object `getOwner` method supports both users and groups. ### How should we improve? Add batch group-owner persistence objects, mapper and SQL provider support, then merge group owners into the `batchGetOwner` result. Add tests covering group-only and mixed user/group ownership across supported JDBC backends. -- 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]
