Skip to content

Commit 80d8d0e

Browse files
clean
1 parent 8601a3b commit 80d8d0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/core/tx/columnshard/data_sharing/destination/transactions/tx_data_from_source.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ bool TTxDataFromSource::DoExecute(NTabletFlatExecutor::TTransactionContext& txc,
1717
}
1818
dbWrapper.WriteCounter(TColumnEngineForLogs::LAST_PORTION, *lastPortionPtr);
1919
}
20-
auto schemaPtr = index.GetVersionedIndex().GetLastSchema();
2120
THashMap<TString, THashSet<NBlobCache::TUnifiedBlobId>> sharedBlobIds;
2221
for (auto&& i : PortionsByPathId) {
2322
for (auto&& p : i.second.GetPortions()) {
24-
p.SaveToDatabase(dbWrapper, schemaPtr->GetIndexInfo().GetPKFirstColumnId(), false);
23+
p.SaveToDatabase(dbWrapper, false);
2524
}
2625
}
2726
NIceDb::TNiceDb db(txc.DB);

0 commit comments

Comments
 (0)