cloud-fan commented on a change in pull request #8486: [SPARK-10316][SQL]
respect nondeterministic expressions in PhysicalOperation
URL: https://github.com/apache/spark/pull/8486#discussion_r244904717
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala
##########
@@ -895,4 +897,14 @@ class DataFrameSuite extends QueryTest with
SharedSQLContext {
.orderBy(sum('j))
checkAnswer(query, Row(1, 2))
}
+
+ test("SPARK-10316: respect non-deterministic expressions in
PhysicalOperation") {
Review comment:
sure, thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]