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