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 a83d290 commit 2476e82Copy full SHA for 2476e82
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala
@@ -20,6 +20,7 @@ package org.apache.spark.sql.hive
20
import java.io.{BufferedReader, InputStreamReader, PrintStream}
21
import java.sql.Timestamp
22
23
+import scala.collection.JavaConversions._
24
import scala.language.implicitConversions
25
26
import org.apache.hadoop.fs.{FileSystem, Path}
0 commit comments