Github user tedyu commented on a diff in the pull request:
https://github.com/apache/spark/pull/6793#discussion_r32379114
--- Diff:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ArithmeticExpressionSuite.scala
---
@@ -69,6 +69,7 @@ class ArithmeticExpressionSuite extends SparkFunSuite
with ExpressionEvalHelper
checkEvaluation(-c1, -1.1, row)
checkEvaluation(c1 + c2, 3.1, row)
+ checkDoubleEvaluation(Rand(30), (0.7363714192755834 +- 0.001), row)
--- End diff --
Looking at the tests under sql, I don't see how TaskContext is explicitly
set.
Creating a new test is fine. The new test would contain a method containing
one line.
Just want to make sure this is fine.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]