roryqi commented on PR #12234: URL: https://github.com/apache/gravitino/pull/12234#issuecomment-5117685469
Split this PR as requested. This PR now only contains the generic relation-target infrastructure: - `RelationTarget` - `SupportsRelationOperations` overloads for exact relation-value listing and target-based relation updates - `RelationalEntityStore` delegation and cache invalidation for relation targets - focused tests for the new generic behavior The tag schema and storage implementation has been moved to `tag-assignment-values-storage-next` and will be opened as the follow-up PR after this one. The old inline comments are now outdated against this smaller diff; in the follow-up branch I also removed `value_order` and documented that `AssignedTagEntity.fields()` exposes only tag definition fields while assignment values are exposed via `Tag.assignment()`. -- 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]
