Skip to content

Commit

Permalink
Fix manual things that cannot be covered through automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Or committed Jun 2, 2015
1 parent 8bc355d commit a932e8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class MathExpressionsSuite extends QueryTest {
}

test("log") {
testOneToOneNonNegativeMathFunction(log, math.log)
testOneToOneNonNegativeMathFunction(org.apache.spark.sql.functions.log, math.log)
}

test("log10") {
Expand Down

0 comments on commit a932e8d

Please sign in to comment.