jerqi commented on code in PR #7690:
URL: https://github.com/apache/gravitino/pull/7690#discussion_r2204449167
##########
core/src/main/java/org/apache/gravitino/storage/relational/mapper/provider/postgresql/SecurableObjectPostgreSQLProvider.java:
##########
@@ -44,9 +44,7 @@ public String batchSoftDeleteSecurableObjects(
+ " WHERE FALSE "
+ "<foreach collection='securableObjects' item='item' separator=' '>"
+ " OR (metadata_object_id = #{item.metadataObjectId} AND"
- + " role_id = #{item.roleId} AND deleted_at = 0 AND"
- + " privilege_names = #{item.privilegeNames} AND"
- + " privilege_conditions = #{item.privilegeConditions})"
+ + " role_id = #{item.roleId} AND deleted_at = 0)"
Review Comment:
Fix this issue by the way. This isn't related to statistics storage.
--
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]