dimas-b commented on code in PR #4811: URL: https://github.com/apache/polaris/pull/4811#discussion_r3429324229
########## CHANGELOG.md: ########## @@ -61,6 +61,7 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti ### Deprecations ### Fixes +- Fixed `NullPointerException` during `dropEntity` when an entity referenced by a grant had been concurrently removed (or purged). `lookupEntities` can return null entries for dropped entities; these are now skipped safely. Review Comment: nit: we do not have to mention every fix in the CHANGELOG, just what end users might be interested in 😅 People can always refer to the full git history or GH PRs for the full list of changes. -- 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]
