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 a29e93b commit 766ee48Copy full SHA for 766ee48
ydb/core/tx/columnshard/counters/aggregation/table_stats.h
@@ -29,7 +29,6 @@ class TTableStatsBuilder {
29
auto activeStats = (*columnEngineStats)->Active();
30
tableStats.SetRowCount(activeStats.Rows);
31
tableStats.SetDataSize(activeStats.Bytes);
32
- tableStats.SetPartCount(activeStats.Portions);
33
}
34
35
@@ -42,7 +41,6 @@ class TTableStatsBuilder {
42
41
auto activeStats = ColumnEngine.GetTotalStats().Active();
43
44
45
46
47
};
48
0 commit comments