Skip to content

Commit

Permalink
Add implicit conversion back.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Jan 15, 2015
1 parent cbca886 commit 25cc00a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ package org.apache.spark.sql.hive
import java.io.{BufferedReader, InputStreamReader, PrintStream}
import java.sql.{Date, Timestamp}

import scala.collection.JavaConversions._
import scala.language.implicitConversions
import scala.reflect.runtime.universe.TypeTag

Expand Down

0 comments on commit 25cc00a

Please sign in to comment.