Skip to content

Commit

Permalink
Fix test compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jul 6, 2015
1 parent 939f824 commit 5822e6f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ import org.apache.spark.sql.catalyst.expressions.codegen._
*/
class CodeGenerationSuite extends SparkFunSuite {

test("generate expression") {
GenerateExpression.generate(Add(Literal(1), Literal(1)))
}

test("multithreaded eval") {
import scala.concurrent._
import ExecutionContext.Implicits.global
Expand Down

0 comments on commit 5822e6f

Please sign in to comment.