HonahX opened a new pull request, #1104: URL: https://github.com/apache/polaris/pull/1104
<!-- Possible security vulnerabilities: STOP here and contact secur...@apache.org instead! Please update the title of the PR with a meaningful message - do not leave it "empty" or "generated" Please update this summary field: The summary should cover these topics, if applicable: * the motivation for the change * a description of the status quo, for example the current behavior * the desired behavior * etc PR checklist: - Do a self-review of your code before opening a pull request - Make sure that there's good test coverage for the changes included in this PR - Run tests locally before pushing a PR (./gradlew check) - Code should have comments where applicable. Particularly hard-to-understand areas deserve good in-line documentation. - Include changes and enhancements to the documentation (in site/content/in-dev/unreleased) - For Work In Progress Pull Requests, please use the Draft PR feature. Make sure to add the information BELOW this comment. Everything in this comment will NOT be added to the PR description. --> Not ready for review yet, but early feedback and discussions are welcome! This PR introduces foundational classes for supporting Policy Store in Polaris, as discussed in [apache/polaris#1059](https://github.com/apache/polaris/issues/1059). Key Additions: - PolicyEntity – Represents a policy object in Polaris. - PolicyType – Defines a category of policies, which can be either predefined or custom (user-defined). - PolarisPolicyMappingRecord – Stores the mapping between a policy and a target entity. For example, when a user attaches a policy to a table, a new record will be created and persisted. Persistence Implementation: This PR includes an initial persistence implementation for policy mapping, following the current persistence model. The goal is to facilitate discussions in [this document](https://docs.google.com/document/d/1PYnCw8T1lMQfJCa1VRjk9kWMKFPtg8O0YiZ7CEoGh3Y/edit?tab=t.0#heading=h.suunjpaoyupa). Since persistence refactoring is in progress, I will continue updating this PR to align with the new model as it evolves. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org