yuqi1129 commented on issue #7378:
URL: https://github.com/apache/gravitino/issues/7378#issuecomment-2974979190
@ziqiangliang
Hi, thanks for your work, I'm very confused about the format.
```java
public static <T, R> Operation<T, R> callWithoutCommit(
Class<T> mapperClass, Function<T, R> function) {
return new Operation<>(mapperClass, function);
}
```
Why is it able to solve the connection leakage problem? When will the
connection be closed? Did I miss something?
--
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]