Skip to content

Commit

Permalink
add final def
Browse files Browse the repository at this point in the history
  • Loading branch information
windpiger committed Mar 1, 2017
1 parent 13245e4 commit 096ae63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ abstract class ExternalCatalog(conf: SparkConf, hadoopConf: Configuration) {
*/
def alterDatabase(dbDefinition: CatalogDatabase): Unit

def getDatabase(db: String): CatalogDatabase = {
final def getDatabase(db: String): CatalogDatabase = {
val database = getDatabaseInternal(db)
// The default database's location always uses the warehouse path.
// Since the location of database stored in metastore is qualified,
Expand Down

0 comments on commit 096ae63

Please sign in to comment.