Skip to content

Commit

Permalink
Merge dddb288 into c2af35d
Browse files Browse the repository at this point in the history
  • Loading branch information
Hor911 authored Oct 24, 2024
2 parents c2af35d + dddb288 commit 5154d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/kqp/opt/kqp_query_plan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2746,6 +2746,7 @@ TString AddExecStatsToTxPlan(const TString& txPlanJson, const NYql::NDqProto::TD
stats["UseLlvm"] = "undefined";
}

stats["PhysicalStageId"] = (*stat)->GetStageId();
stats["Tasks"] = (*stat)->GetTotalTasksCount();

stats["StageDurationUs"] = (*stat)->GetStageDurationUs();
Expand Down

0 comments on commit 5154d6d

Please sign in to comment.