JackieTien97 commented on code in PR #14859:
URL: https://github.com/apache/iotdb/pull/14859#discussion_r1957965372
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/QueryExecution.java:
##########
@@ -294,8 +293,7 @@ public void doDistributedPlan() {
if (analysis.isQuery()) {
final long distributionPlanCost = System.nanoTime() - startTime;
context.setDistributionPlanCost(distributionPlanCost);
- QUERY_PLAN_COST_METRIC_SET.recordPlanCost(
- TREE_TYPE, DISTRIBUTION_PLANNER, distributionPlanCost);
+ QUERY_PLAN_COST_METRIC_SET.recordTreePlanCost(DISTRIBUTION_PLANNER,
distributionPlanCost);
Review Comment:
not only for tree
--
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]