matthewgapp commented on issue #462: URL: https://github.com/apache/arrow-datafusion/issues/462#issuecomment-1722528995
@isidentical thanks for the response and encouragement! I'll try to take a stab at getting it working. **_Seems_** like `RepartitionExec#execute` doesn't expect to be called more than once with the same partition number (`RecursiveQueryExec` expects to call its recursive term over and over). At the moment, I'm not sure of good/robust workaround (first time diving into DF's implementation). And not sure if that invariant is assumed across other `ExecutionPlans` -- 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]
