starocean999 commented on code in PR #49120: URL: https://github.com/apache/doris/pull/49120#discussion_r2065215507
########## fe/fe-core/src/main/java/org/apache/doris/persist/CleanQueryStatsInfo.java: ########## @@ -69,4 +77,8 @@ public Scope getScope() { public void write(DataOutput out) throws IOException { Text.writeString(out, GsonUtils.GSON.toJson(this)); } + + private Scope translateToLegacyScope(CleanQueryStatsCommand.Scope scope) { Review Comment: move this method into CleanQueryStatsCommand class, then this file can be unchanged -- 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