Skip to content

Commit 64c159d

Browse files
authored
Single line backport to put Physical Stage IDs to plans (#10827)
1 parent c2af35d commit 64c159d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/kqp/opt/kqp_query_plan.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2746,6 +2746,7 @@ TString AddExecStatsToTxPlan(const TString& txPlanJson, const NYql::NDqProto::TD
27462746
stats["UseLlvm"] = "undefined";
27472747
}
27482748

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

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

0 commit comments

Comments
 (0)