Skip to content

Commit 04beb79

Browse files
replace as default write modification type (#7894)
1 parent 37cf6b0 commit 04beb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/data_events/write_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class TWriteMeta {
3838
YDB_ACCESSOR_DEF(TString, DedupId);
3939

4040
YDB_READONLY(TString, Id, TGUID::CreateTimebased().AsUuidString());
41-
YDB_ACCESSOR(EModificationType, ModificationType, EModificationType::Upsert);
41+
YDB_ACCESSOR(EModificationType, ModificationType, EModificationType::Replace);
4242
YDB_READONLY(TMonotonic, WriteStartInstant, TMonotonic::Now());
4343
YDB_ACCESSOR(TMonotonic, WriteMiddle1StartInstant, TMonotonic::Now());
4444
YDB_ACCESSOR(TMonotonic, WriteMiddle2StartInstant, TMonotonic::Now());

0 commit comments

Comments
 (0)