Skip to content

Commit badb33a

Browse files
fix
1 parent 217698f commit badb33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/engines/changes/with_appended.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ class TChangesWithAppend: public TColumnEngineChanges {
1111
using TBase = TColumnEngineChanges;
1212
THashMap<TPortionAddress, std::shared_ptr<const TPortionInfo>> PortionsToRemove;
1313
THashMap<TPortionAddress, std::shared_ptr<const TPortionInfo>> PortionsToMove;
14-
std::vector<TWritePortionInfoWithBlobsResult> AppendedPortions;
1514

1615
protected:
16+
std::vector<TWritePortionInfoWithBlobsResult> AppendedPortions;
1717
std::optional<ui64> TargetCompactionLevel;
1818
TSaverContext SaverContext;
1919
bool NoAppendIsCorrect = false;

0 commit comments

Comments
 (0)