Skip to content

Commit

Permalink
modifiy withCreateTableLikeExtDSTable(None) to withCreateTableLikeExt…
Browse files Browse the repository at this point in the history
…DSTable(location = None)
  • Loading branch information
ouyangxiaochen committed Feb 13, 2017
1 parent fa1784e commit 71f4f1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ class HiveDDLSuite

test("CREATE TABLE LIKE an external data source table") {
// CREATE TABLE LIKE an external data source table.
withCreateTableLikeExtDSTable(None)
withCreateTableLikeExtDSTable(location = None)

// CREATE TABLE LIKE an external data source table location ...
withTempDir { tmpDir =>
Expand Down

0 comments on commit 71f4f1c

Please sign in to comment.