ydb icon indicating copy to clipboard operation
ydb copied to clipboard

Rewrite Extend mkql callable to consume all inputs till all are finished or yielded

Open nepal opened this issue 10 months ago • 1 comments

Currently Extend returns Yield if current input returns Yield. This can lead to deadlocks in DQ if Extend input channels depends on each other.

nepal avatar Apr 24 '24 16:04 nepal

Extend should fetch all available data from all inputs before finishing

rvu1024 avatar Apr 24 '24 16:04 rvu1024

There is no bug in Extend node.

Tony-Romanov avatar Apr 30 '24 07:04 Tony-Romanov