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


##########
fe/fe-core/src/main/java/org/apache/doris/tablefunction/MetadataGenerator.java:
##########
@@ -598,6 +598,8 @@ private static TFetchSchemaTableDataResult 
queriesMetadataResult(TSchemaTableReq
                 trow.addToColumnValue(new TCell());
             } else if (tokenState == TokenState.READY_TO_RUN) {
                 trow.addToColumnValue(new TCell().setStringVal("RUNNING"));
+            } else if (tokenState == TokenState.WAIT_FOR_MEMORY) {

Review Comment:
   为啥要改这里?



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