wilmerdooley commented on code in PR #56632: URL: https://github.com/apache/spark/pull/56632#discussion_r3447724286
########## sql/core/src/main/scala/org/apache/spark/sql/execution/RemoveRedundantSorts.scala: ########## Review Comment: Done. I changed the class scaladoc to "redundant sort node" since the rule now matches any SortLike. I also checked the other files this PR touches: the remaining SortExec references there describe a concrete SortExec being constructed or added (for example in InsertSortForLimitAndOffset and EnsureRequirements) or document SortExec's own internals, so I left those as is. Happy to generalize any of them if you'd prefer. -- 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]
