wForget commented on issue #12474: URL: https://github.com/apache/gluten/issues/12474#issuecomment-4977509186
> Gluten already has an `EnsureLocalSortRequirements` rule that restores the local sort needed to satisfy operators' requiredChildOrdering. However, in your case it looks like the file write doesn't expose its ordering requirement through `requiredChildOrdering`. `WriteFilesExec` does not implement `requiredChildOrdering`, so `EnsureLocalSortRequirements` will not take effect. -- 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]
