Skip to content

Commit bba9d4b

Browse files
author
Matveev Sergei
committed
fixed
1 parent 53ed566 commit bba9d4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ydb/core/tx/columnshard/engines/portions/constructor_portion.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ std::shared_ptr<TPortionInfo> TPortionInfoConstructor::Build() {
2929

3030
if (RemoveSnapshot) {
3131
AFL_VERIFY(RemoveSnapshot->Valid());
32-
result->RemoveSnapshot = *RemoveSnapshot;
32+
result->SetRemoveSnapshot(*RemoveSnapshot);
3333
}
34+
3435
AFL_VERIFY(SchemaVersion && *SchemaVersion);
3536
result->SchemaVersion = *SchemaVersion;
3637
result->ShardingVersion = ShardingVersion;
3738
}
39+
3840
static TAtomicCounter countValues = 0;
3941
static TAtomicCounter sumValues = 0;
4042
AFL_DEBUG(NKikimrServices::TX_COLUMNSHARD)("memory_size", result->GetMemorySize())("data_size", result->GetDataSize())(

0 commit comments

Comments
 (0)