Skip to content

Commit 7224b49

Browse files
authored
Merge 1a6c316 into 88a3da0
2 parents 88a3da0 + 1a6c316 commit 7224b49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ydb/library/yql/dq/actors/compute/dq_async_compute_actor.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ class TDqAsyncComputeActor : public TDqComputeActorBase<TDqAsyncComputeActor, TC
201201
html << "QuoterServiceActorId: " << QuoterServiceActorId.ToString() << "<br />";
202202
if (ContinueRunEvent) {
203203
html << "ContinueRunEvent.AskFreeSpace: " << ContinueRunEvent->AskFreeSpace << "<br />";
204-
html << "ContinueRunEvent.AskFreeSpace: " << ContinueRunEvent->CheckpointOnly << "<br />";
205-
html << "ContinueRunEvent.AskFreeSpace: " << ContinueRunEvent->CheckpointRequest.Defined() << "<br />";
206-
html << "ContinueRunEvent.AskFreeSpace: " << ContinueRunEvent->WatermarkRequest.Defined() << "<br />";
207-
html << "ContinueRunEvent.AskFreeSpace: " << ContinueRunEvent->CheckpointOnly << "<br />";
208-
html << "ContinueRunEvent.AskFreeSpace: " << ContinueRunEvent->MemLimit << "<br />";
204+
html << "ContinueRunEvent.CheckpointOnly: " << ContinueRunEvent->CheckpointOnly << "<br />";
205+
html << "ContinueRunEvent.CheckpointRequest: " << ContinueRunEvent->CheckpointRequest.Defined() << "<br />";
206+
html << "ContinueRunEvent.WatermarkRequest: " << ContinueRunEvent->WatermarkRequest.Defined() << "<br />";
207+
html << "ContinueRunEvent.CheckpointOnly: " << ContinueRunEvent->CheckpointOnly << "<br />";
208+
html << "ContinueRunEvent.MemLimit: " << ContinueRunEvent->MemLimit << "<br />";
209209
for (const auto& sinkId: ContinueRunEvent->SinkIds) {
210210
html << "ContinueRunEvent.SinkIds: " << sinkId << "<br />";
211211
}

0 commit comments

Comments
 (0)