pantShrey opened a new issue, #22879:
URL: https://github.com/apache/datafusion/issues/22879

   Follow-up to #22230 
   
   The `materializing_stream` and `bitwise_stream` async spill read paths 
(introduced in the refactor) needs test coverage that forces 
`read_spill_as_stream` to yield `Poll::Pending` mid-read to exercise the 
re-entry logic.
   
   This should become significantly easier once #21882 lands, as a mock spill 
implementation can inject `Poll::Pending` without requiring changes to internal 
stream construction.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to