ulysses-you commented on code in PR #37085:
URL: https://github.com/apache/spark/pull/37085#discussion_r915423517
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/TakeOrderedAndProjectSuite.scala:
##########
@@ -93,4 +93,38 @@ class TakeOrderedAndProjectSuite extends SparkPlanTest with
SharedSparkSession {
}
}
}
+
+ test("TakeOrderedAndProject.doExecute with local sort") {
Review Comment:
It should pass since this pr is not a bug fix. This test is for ensure the
data correctness after improve the related code.
--
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]