Skip to content

Commit

Permalink
fix scalastyle check
Browse files Browse the repository at this point in the history
  • Loading branch information
jackylk committed Dec 20, 2014
1 parent e7bca31 commit fcbf0d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ object EmptyConf extends CatalystConf {
def getAllConfs: immutable.Map[String, String] = {
throw new UnsupportedOperationException
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ class HiveContext(sc: SparkContext) extends SQLContext(sc) {

/* A catalyst metadata catalog that points to the Hive Metastore. */
@transient
override protected[sql] lazy val catalog = new HiveMetastoreCatalog(this, this) with OverrideCatalog
override protected[sql] lazy val catalog =
new HiveMetastoreCatalog(this, this) with OverrideCatalog

// Note that HiveUDFs will be overridden by functions registered in this context.
@transient
Expand Down

0 comments on commit fcbf0d9

Please sign in to comment.