Skip to content

Commit 1ec378b

Browse files
fix
1 parent 3a10328 commit 1ec378b

File tree

1 file changed

+1
-1
lines changed
  • ydb/core/tx/columnshard/engines/storage/granule

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/engines/storage/granule/granule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ void TGranuleMeta::CommitImmediateOnExecute(
183183
AFL_VERIFY(!InsertedPortions.contains(portion.GetPortionInfo().GetInsertWriteIdVerified()));
184184
portion.MutablePortionInfo().SetCommitSnapshot(snapshot);
185185
TDbWrapper wrapper(txc.DB, nullptr);
186-
portion.SaveToDatabase(wrapper, false);
186+
portion.SaveToDatabase(wrapper, 0, false);
187187
}
188188

189189
void TGranuleMeta::CommitImmediateOnComplete(const std::shared_ptr<TPortionInfo> portion, IColumnEngine& engine) {

0 commit comments

Comments
 (0)