Skip to content

Commit abd1799

Browse files
authored
Merge 5b30a8a into 9796381
2 parents 9796381 + 5b30a8a commit abd1799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/dq/actors/compute/dq_compute_actor_async_input_helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ struct TComputeActorAsyncInputHelper {
9898

9999
} else {
100100
CA_LOG_T("Skip polling async input[" << Index << "]: no free space: " << freeSpace);
101-
return EResumeSource::CAPollAsyncNoSpace; // If there is no free space in buffer, => we have something to process
101+
// If there is no free space in buffer, => we have something to process
102102
}
103103
return {};
104104
}

0 commit comments

Comments
 (0)