vigneshio opened a new pull request, #4795: URL: https://github.com/apache/polaris/pull/4795
In JDBC backend, when new inheritable policy mapping is inserted, it was using executeUpdate(). That goes on separate connection and commits immediately. Now it uses execute(connection, insertQuery), same like update path and non-inheritable insert. So if transaction rollback happens, this insert also will rollback properly. ## Checklist - [x] Don't disclose security issues! (contact [email protected]) - [x] Clearly explained why the changes are needed, or linked related issues: Fixes # - [x] Added/updated tests with good coverage, or manually tested (and explained how) - [ ] Added comments for complex logic - [x] Updated CHANGELOG.md (if needed) - [ ] Updated documentation in site/content/in-dev/unreleased (if needed) -- 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]
