pantShrey commented on PR #23049: URL: https://github.com/apache/datafusion/pull/23049#issuecomment-4753777318
Thank you for catching this and for the clear explanation. I believe the fix is correct. setting `outer_batch = None` before the poll makes the no-filter path consistent with the filtered path, which already had this pattern. The test covers the exact failure scenario. LGTM. -- 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]
