Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyangxiaochen committed Feb 8, 2017
1 parent bb3660a commit 5dd21b2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -833,10 +833,10 @@ class HiveDDLSuite
}

test("CREATE TABLE LIKE a temporary view") {
// create table like a temporary view.
// CREATE TABLE LIKE a temporary view.
withCreateTableLikeTempView(None)

// create table like a temporary view location ...
// CREATE TABLE LIKE a temporary view location ...
withTempDir {tmpDir =>
withCreateTableLikeTempView(Some(tmpDir.toURI.toString))
}
Expand Down Expand Up @@ -869,10 +869,10 @@ class HiveDDLSuite
}

test("CREATE TABLE LIKE a data source table") {
// create table like a data source table.
// CREATE TABLE LIKE a data source table.
withCreateTableLikeDSTable(None)

// create table like a data source table location ...
// CREATE TABLE LIKE a data source table location ...
withTempDir { tmpDir =>
withCreateTableLikeDSTable(Some(tmpDir.toURI.toString))
}
Expand Down

0 comments on commit 5dd21b2

Please sign in to comment.