Skip to content

Commit b3eceed

Browse files
[-] broken merge
1 parent f01ccb3 commit b3eceed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/persqueue/writer/writer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class TPartitionWriter : public TActorBootstrapped<TPartitionWriter>, private TR
278278
DEBUG("End of the request to KQP for the WriteId. " <<
279279
"SessionId: " << Opts.SessionId <<
280280
" TxId: " << Opts.TxId <<
281-
" Status: " << ev->Get()->Record.GetRef().GetYdbStatus());
281+
" Status: " << ev->Get()->Record.GetYdbStatus());
282282

283283
auto& record = ev->Get()->Record;
284284
switch (record.GetYdbStatus()) {
@@ -425,7 +425,7 @@ class TPartitionWriter : public TActorBootstrapped<TPartitionWriter>, private TR
425425
DEBUG("End of a request to KQP to save PartitionId. " <<
426426
"SessionId: " << Opts.SessionId <<
427427
" TxId: " << Opts.TxId <<
428-
" Status: " << ev->Get()->Record.GetRef().GetYdbStatus());
428+
" Status: " << ev->Get()->Record.GetYdbStatus());
429429

430430
auto& record = ev->Get()->Record;
431431
switch (record.GetYdbStatus()) {

0 commit comments

Comments
 (0)