yuqi1129 commented on code in PR #8242:
URL: https://github.com/apache/gravitino/pull/8242#discussion_r2298079787
##########
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:
OK, it's my fault.
--
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]