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 217698f commit badb33aCopy full SHA for badb33a
ydb/core/tx/columnshard/engines/changes/with_appended.h
@@ -11,9 +11,9 @@ class TChangesWithAppend: public TColumnEngineChanges {
11
using TBase = TColumnEngineChanges;
12
THashMap<TPortionAddress, std::shared_ptr<const TPortionInfo>> PortionsToRemove;
13
THashMap<TPortionAddress, std::shared_ptr<const TPortionInfo>> PortionsToMove;
14
- std::vector<TWritePortionInfoWithBlobsResult> AppendedPortions;
15
16
protected:
+ std::vector<TWritePortionInfoWithBlobsResult> AppendedPortions;
17
std::optional<ui64> TargetCompactionLevel;
18
TSaverContext SaverContext;
19
bool NoAppendIsCorrect = false;
0 commit comments