dongjoon-hyun commented on a change in pull request #35368:
URL: https://github.com/apache/spark/pull/35368#discussion_r795270145
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveScriptTransformationSuite.scala
##########
@@ -621,4 +621,21 @@ class HiveScriptTransformationSuite extends
BaseScriptTransformationSuite with T
assert(e.contains("java.lang.ArithmeticException: long overflow"))
}
}
+
+ test("SPARK-38075: ORDER BY with LIMIT adds fake rows") {
Review comment:
`adds` -> `should not add`?
--
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]