adriangb commented on issue #21625: URL: https://github.com/apache/datafusion/issues/21625#issuecomment-4260164658
I think I found another way to address this problem: https://github.com/apache/datafusion/pull/21666 It looks like the issue was a tokio task structuring issue (the task that reports results to the barrier was getting dropped/cancelled). If you think about it this makes sense: theoretically there is no reason if a build side partition has no data it can't report as empty to the barrier and everything continues happily. So really https://github.com/apache/datafusion/pull/21068 just exposed an existing issue. -- 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]
