dimas-b commented on code in PR #2194: URL: https://github.com/apache/polaris/pull/2194#discussion_r2237854350
########## polaris-core/src/main/java/org/apache/polaris/core/persistence/AtomicOperationMetaStoreManager.java: ########## @@ -1607,8 +1607,9 @@ private void revokeGrantRecord( catalogId, entityId); + PolarisBaseEntity reloadedEntity1 = reloadedEntity.getEntity(); Review Comment: do we really need this local var (given that the name is odd and easily confused with `reloadedEntity`)? -- 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