We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8579e commit 17484d9Copy full SHA for 17484d9
ydb/core/kqp/executer_actor/kqp_executer_stats.cpp
@@ -1151,7 +1151,7 @@ void TQueryExecutionStats::AddBufferStats(NYql::NDqProto::TDqTaskStats&& taskSta
1151
tableAggr->SetWriteRows(tableAggr->GetWriteRows() + table.GetWriteRows());
1152
tableAggr->SetWriteBytes(tableAggr->GetWriteBytes() + table.GetWriteBytes());
1153
tableAggr->SetEraseRows(tableAggr->GetEraseRows() + table.GetEraseRows());
1154
- tableAggr->SetAffectedPartitions(table.GetAffectedPartitions());
+ tableAggr->SetAffectedPartitions(tableAggr->GetAffectedPartitions() + table.GetAffectedPartitions());
1155
}
1156
1157
0 commit comments