Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gatorsmile committed Jan 19, 2018
1 parent a7359a9 commit 5b97119
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class HiveSessionStateSuite extends SessionStateSuite with TestHiveSingleton {
val oldValue =
sparkSession.sparkContext.hadoopConfiguration.get(ConfVars.METASTORECONNECTURLKEY.varname)
sparkSession.cloneSession()
sparkSession.metadataHive
sparkSession.sharedState.externalCatalog.client.newSession()
val newValue =
sparkSession.sparkContext.hadoopConfiguration.get(ConfVars.METASTORECONNECTURLKEY.varname)
assert(oldValue == newValue, "cloneSession should not affect the Derby directory")
Expand Down

0 comments on commit 5b97119

Please sign in to comment.