morningman commented on code in PR #22484:
URL: https://github.com/apache/doris/pull/22484#discussion_r1282605500
##########
fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisInfo.java:
##########
@@ -82,6 +83,9 @@ public enum ScheduleType {
@SerializedName("taskId")
public final long taskId;
+ @SerializedName("taskIds")
+ public final List<Long> taskIds;
Review Comment:
Add comment in code to explain the meaning of taskIds and taskId
--
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]