Skip to content

Commit

Permalink
fix SessionCatalogSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Mar 7, 2017
1 parent 0f167db commit 2f0b1ad
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,10 @@ class SessionCatalogSuite extends PlanTest {

test("clone SessionCatalog - current db") {
val externalCatalog = newEmptyCatalog()
externalCatalog.createDatabase(newDb("copytest1"), true)
externalCatalog.createDatabase(newDb("copytest2"), true)
externalCatalog.createDatabase(newDb("copytest3"), true)

val original = new SessionCatalog(externalCatalog)
val tempTable1 = Range(1, 10, 1, 10)
val db1 = "copytest1"
Expand Down

0 comments on commit 2f0b1ad

Please sign in to comment.