We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3718b73 commit 01567d5Copy full SHA for 01567d5
ydb/library/yql/dq/actors/input_transforms/dq_input_transform_lookup.cpp
@@ -256,7 +256,7 @@ class TInputTransformStreamLookupBase
256
}
257
++row;
258
259
- if (Batches && (!KeysForLookup->empty() || !ReadyQueue.RowCount())) {
+ if (Batches && (!KeysForLookup->empty() || ReadyQueue.RowCount())) {
260
Batches->Inc();
261
LruHits->Add(ReadyQueue.RowCount());
262
LruMiss->Add(AwaitingQueue.size());
0 commit comments