maropu commented on a change in pull request #30093:
URL: https://github.com/apache/spark/pull/30093#discussion_r511899972
##########
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:
We need to modify the existing test `test("remove redundant order by")
{`? If the behaviour of the test does not change, I think it would be better to
avoid updating it where possible.
----------------------------------------------------------------
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]