yiguolei commented on code in PR #32259:
URL: https://github.com/apache/doris/pull/32259#discussion_r1525740019


##########
fe/fe-core/src/main/java/org/apache/doris/qe/QeProcessorImpl.java:
##########
@@ -105,6 +106,26 @@ public void registerQuery(TUniqueId queryId, QueryInfo 
info) throws UserExceptio
         }
     }
 
+    @Override
+    public QueryInfo getQueryInfoByQueryId(TUniqueId queryId) throws 
UserException {

Review Comment:
   Both query start time and token are in coordinator, we could get these info 
directly from coordinator.
   And QueryInfo contains a coordinator. So that we do not need these API any 
more.



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to