File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
catalyst/src/main/scala/org/apache/spark/sql/catalyst
hive/src/main/scala/org/apache/spark/sql/hive Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ object EmptyConf extends CatalystConf {
5050 def getAllConfs : immutable.Map [String , String ] = {
5151 throw new UnsupportedOperationException
5252 }
53- }
53+ }
Original file line number Diff line number Diff line change @@ -254,7 +254,8 @@ class HiveContext(sc: SparkContext) extends SQLContext(sc) {
254254
255255 /* A catalyst metadata catalog that points to the Hive Metastore. */
256256 @ transient
257- override protected [sql] lazy val catalog = new HiveMetastoreCatalog (this , this ) with OverrideCatalog
257+ override protected [sql] lazy val catalog =
258+ new HiveMetastoreCatalog (this , this ) with OverrideCatalog
258259
259260 // Note that HiveUDFs will be overridden by functions registered in this context.
260261 @ transient
You can’t perform that action at this time.
0 commit comments