mchades commented on code in PR #8242:
URL: https://github.com/apache/gravitino/pull/8242#discussion_r2298074976


##########
core/src/main/java/org/apache/gravitino/storage/relational/service/UserMetaService.java:
##########
@@ -285,12 +285,12 @@ public int deleteUserMetasByLegacyTimeline(long 
legacyTimeline, int limit) {
     SessionUtils.doMultipleWithCommit(
         () ->
             userDeletedCount[0] =
-                SessionUtils.doWithoutCommitAndFetchResult(
+                SessionUtils.getWithoutCommit(

Review Comment:
    > getWithoutCommit will not return the modified count.
   
   why did you say that?



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