Skip to content
Prev Previous commit
Next Next commit
fix some code style
  • Loading branch information
windpiger committed Feb 4, 2017
commit 41466ffce218e7644ad7943573bd133c514460dd
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,5 @@ private[hive] class IsolatedClientLoader(
* The place holder for shared Hive client for all the HiveContext sessions (they share an
* IsolatedClientLoader).
*/
private[hive] var cachedHive: Any = null
private var cachedHive: Any = null
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ package org.apache.spark.sql.hive.client

import org.apache.hadoop.conf.Configuration
import org.apache.hadoop.hive.conf.HiveConf

import org.apache.spark.SparkFunSuite
import org.apache.spark.deploy.IvyTestUtils
import org.apache.spark.deploy.SparkSubmitUtils.MavenCoordinate
import org.apache.spark.sql.catalyst.catalog._
import org.apache.spark.sql.catalyst.expressions.{AttributeReference, EqualTo, Literal}
import org.apache.spark.sql.hive.HiveUtils
Expand Down