Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Oct 29, 2024
1 parent dd7ce99 commit 2d7357e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ void TGranuleMeta::CommitImmediateOnExecute(
AFL_VERIFY(!InsertedPortions.contains(portion.GetPortionInfo().GetInsertWriteIdVerified()));
portion.MutablePortionInfo().SetCommitSnapshot(snapshot);
TDbWrapper wrapper(txc.DB, nullptr);
portion.SaveToDatabase(wrapper);
portion.SaveToDatabase(wrapper, 0, false);
}

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

0 comments on commit 2d7357e

Please sign in to comment.