wangyum commented on code in PR #37104:
URL: https://github.com/apache/spark/pull/37104#discussion_r917559138
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/limit.scala:
##########
@@ -283,20 +283,7 @@ case class TakeOrderedAndProjectExec(
}
override def executeCollect(): Array[InternalRow] = {
- val orderingSatisfies = SortOrder.orderingSatisfies(child.outputOrdering,
sortOrder)
Review Comment:
Originally to prevent inconsistent order of query results. please see
https://github.com/apache/spark/pull/37118 for more details.
--
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]