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 3a10328 commit 1ec378bCopy full SHA for 1ec378b
ydb/core/tx/columnshard/engines/storage/granule/granule.cpp
@@ -183,7 +183,7 @@ void TGranuleMeta::CommitImmediateOnExecute(
183
AFL_VERIFY(!InsertedPortions.contains(portion.GetPortionInfo().GetInsertWriteIdVerified()));
184
portion.MutablePortionInfo().SetCommitSnapshot(snapshot);
185
TDbWrapper wrapper(txc.DB, nullptr);
186
- portion.SaveToDatabase(wrapper, false);
+ portion.SaveToDatabase(wrapper, 0, false);
187
}
188
189
void TGranuleMeta::CommitImmediateOnComplete(const std::shared_ptr<TPortionInfo> portion, IColumnEngine& engine) {
0 commit comments