allisonwang-db commented on a change in pull request #30093:
URL: https://github.com/apache/spark/pull/30093#discussion_r512161304
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/EliminateSortsSuite.scala
##########
@@ -97,12 +97,34 @@ class EliminateSortsSuite extends PlanTest {
comparePlans(optimized, correctAnswer)
}
- test("remove redundant order by") {
Review comment:
The test was actually changed from `orderBy` (global) to `sortBy`
(local) so the test title was updated to "remove redundant sort by"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]