Skip to content

Commit 17484d9

Browse files
committed
Revert occasional changes
1 parent 7c8579e commit 17484d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/executer_actor/kqp_executer_stats.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ void TQueryExecutionStats::AddBufferStats(NYql::NDqProto::TDqTaskStats&& taskSta
11511151
tableAggr->SetWriteRows(tableAggr->GetWriteRows() + table.GetWriteRows());
11521152
tableAggr->SetWriteBytes(tableAggr->GetWriteBytes() + table.GetWriteBytes());
11531153
tableAggr->SetEraseRows(tableAggr->GetEraseRows() + table.GetEraseRows());
1154-
tableAggr->SetAffectedPartitions(table.GetAffectedPartitions());
1154+
tableAggr->SetAffectedPartitions(tableAggr->GetAffectedPartitions() + table.GetAffectedPartitions());
11551155
}
11561156
}
11571157

0 commit comments

Comments
 (0)