ozankabak commented on PR #16196: URL: https://github.com/apache/datafusion/pull/16196#issuecomment-2951967426
> I will investigate that if we can remove some internal yield logic, such as repartition? etc Good idea, I'm curious to see if you can. `RepartitionExec` is a little bit of an outlier because it breaks the volcano flow by actively draining its input pushing it into channels. As you experiment with it, let's make sure to test cases with nested repartition operators so that we don't miss any corner cases. -- 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]
