Skip to content

Commit d6fc32f

Browse files
committed
Missing ).
1 parent 1e241af commit d6fc32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/InsertIntoHiveTable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ case class InsertIntoHiveTable(
216216
overwrite,
217217
numDynamicPartitions,
218218
holdDDLTime,
219-
isSkewedStoreAsSubdir
219+
isSkewedStoreAsSubdir)
220220
}
221221
} else {
222222
catalog.synchronized {

0 commit comments

Comments
 (0)