cloud-fan commented on code in PR #37250:
URL: https://github.com/apache/spark/pull/37250#discussion_r927780451
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/EliminateSortsSuite.scala:
##########
@@ -424,4 +424,20 @@ class EliminateSortsSuite extends AnalysisTest {
comparePlans(optimized, correctAnswer)
}
}
+
+ test("SPARK-39835: Fix EliminateSorts remove global sort below the local
sort") {
+ // local - global
Review Comment:
this is a bit hard to read as I don't know which one is child. How about
`global -> local`?
--
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]