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 f71909a commit c59279aCopy full SHA for c59279a
ydb/core/tx/columnshard/engines/storage/optimizer/sbuckets/logic/slices/logic.cpp
@@ -67,7 +67,7 @@ NKikimr::NOlap::NStorageOptimizer::NSBuckets::TCompactionTaskResult TTimeSliceLo
67
68
NKikimr::NOlap::NStorageOptimizer::NSBuckets::TCalcWeightResult TTimeSliceLogic::DoCalcWeight(const TInstant /*now*/, const TBucketInfo& bucket) const {
69
ui64 size = 0;
70
- ui32 count = 0;
+ ui64 count = 0;
71
for (auto&& [maxInstant, portions] : bucket.GetSnapshotPortions()) {
72
for (auto&& [_, p] : portions) {
73
if (p.GetTotalBlobBytes() > compactedDetector) {
0 commit comments