xinyiZzz commented on code in PR #30817:
URL: https://github.com/apache/doris/pull/30817#discussion_r1477294636


##########
fe/fe-core/src/main/java/org/apache/doris/qe/AutoCloseConnectContext.java:
##########
@@ -29,6 +29,9 @@ public AutoCloseConnectContext(ConnectContext connectContext) 
{
         connectContext.setThreadLocalInfo();
     }
 
+    public void call() {

Review Comment:
   ```try (AutoCloseConnectContext autoCloseCtx = new 
AutoCloseConnectContext(context)) {```
   will report autoCloseCtx is not used, so call an empty method.
   
   Code comments have been added



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to