Skip to content

Commit

Permalink
fix PartCount
Browse files Browse the repository at this point in the history
  • Loading branch information
swalrus1 committed Aug 29, 2024
1 parent e4c7316 commit e6715c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/tx/schemeshard/olap/table/table.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ struct TColumnTableInfo {
}

void UpdateTableStats(const TShardIdx shardIdx, const TPathId& pathId, const TPartitionStats& newStats) {
Stats.TableStats[pathId].Aggregated.PartCount = GetColumnShards().size();
Stats.UpdateTableStats(shardIdx, pathId, newStats);
}

Expand Down

0 comments on commit e6715c3

Please sign in to comment.