Skip to content

Commit 8860af0

Browse files
committed
remove the never using code
1 parent e19a3bd commit 8860af0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ case class InsertIntoHiveTable(
197197
table.hiveQlTable.getPartCols().foreach { entry =>
198198
orderedPartitionSpec.put(entry.getName, partitionSpec.get(entry.getName).getOrElse(""))
199199
}
200-
val partVals = MetaStoreUtils.getPvals(table.hiveQlTable.getPartCols, partitionSpec)
201200

202201
// inheritTableSpecs is set to true. It should be set to false for a IMPORT query
203202
// which is currently considered as a Hive native command.

0 commit comments

Comments
 (0)