mustafasrepo commented on issue #7077: URL: https://github.com/apache/arrow-datafusion/issues/7077#issuecomment-1649533786
@wolffcm I am refactoring replace_repartition rule. In the new variant, rule will not be specific to `RepartitionExec` and `SortPreservingRepartitionExec`, but will work with `ExecCannotMaintainOrdering` `ExecVariantThatCanMaintainOrdering`. It should be ready tomorrow, in the main repo (The [PR](https://github.com/synnada-ai/arrow-datafusion/pull/138) is already ready, it is in the internal review process). If you did not already start working on this feature. You may want wait for the new PR to merge. However, If you are already working on this feature, feel free to continue. -- 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]
