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 ee47742 commit a2b23f3Copy full SHA for a2b23f3
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
@@ -35,8 +35,8 @@ import org.apache.hadoop.hive.conf.HiveConf.ConfVars
35
import org.apache.hadoop.hive.serde2.io.{DateWritable, TimestampWritable}
36
import org.apache.hadoop.util.VersionInfo
37
38
-import org.apache.spark.deploy.SparkHadoopUtil
39
import org.apache.spark.{SparkConf, SparkContext}
+import org.apache.spark.deploy.SparkHadoopUtil
40
import org.apache.spark.internal.Logging
41
import org.apache.spark.sql._
42
import org.apache.spark.sql.catalyst.catalog.CatalogTable
0 commit comments