We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc9929 commit 23c54a3Copy full SHA for 23c54a3
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MathFunctionsSuite.scala
@@ -205,7 +205,7 @@ class MathFunctionsSuite extends SparkFunSuite with ExpressionEvalHelper {
205
}
206
207
test("binary log") {
208
- val f = (c1: Double, c2: Double) => math.log(c2) / math.log(c1)
+ val f = (c1: Double, c2: Double) => math.log(c2) / math.log(c1)
209
val domain = (1 to 20).map(v => (v * 0.1, v * 0.2))
210
211
domain.foreach { case (v1, v2) =>
0 commit comments