gavinchou commented on code in PR #40767:
URL: https://github.com/apache/doris/pull/40767#discussion_r1759716547
##########
fe/fe-core/src/main/java/org/apache/doris/analysis/ShowCloudWarmUpStmt.java:
##########
@@ -34,9 +34,9 @@ public class ShowCloudWarmUpStmt extends ShowStmt implements
NotFallbackInParser
private boolean showAllJobs = false;
private long jobId = -1;
- private static final ImmutableList<String> TITLE_NAMES = new
ImmutableList.Builder<String>()
+ private static final ImmutableList<String> COMPUTE_GROUP_TITLE_NAMES = new
ImmutableList.Builder<String>()
Review Comment:
It seems to be `WARM_UP_JOB_TITLE_NAMES`
--
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]