yuqi1129 commented on code in PR #10793:
URL: https://github.com/apache/gravitino/pull/10793#discussion_r3158446458


##########
core/src/main/java/org/apache/gravitino/storage/relational/mapper/provider/base/GroupMetaBaseSQLProvider.java:
##########
@@ -182,4 +182,17 @@ public String deleteGroupMetasByLegacyTimeline(
         + GROUP_TABLE_NAME
         + " WHERE deleted_at > 0 AND deleted_at < #{legacyTimeline} LIMIT 
#{limit}";
   }
+
+  public String touchGroupUpdatedAt(@Param("groupId") long groupId, 
@Param("now") long now) {

Review Comment:
   `Touch` here represents `update`. There already exists an `update` in the 
method name, and I use `modify` to replace it.
   
   



-- 
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]

Reply via email to