Skip to content

Commit 71f4f1c

Browse files
author
ouyangxiaochen
committed
modifiy withCreateTableLikeExtDSTable(None) to withCreateTableLikeExtDSTable(location = None)
1 parent fa1784e commit 71f4f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ class HiveDDLSuite
901901

902902
test("CREATE TABLE LIKE an external data source table") {
903903
// CREATE TABLE LIKE an external data source table.
904-
withCreateTableLikeExtDSTable(None)
904+
withCreateTableLikeExtDSTable(location = None)
905905

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

0 commit comments

Comments
 (0)