We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19a3bd commit 8860af0Copy full SHA for 8860af0
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/InsertIntoHiveTable.scala
@@ -197,7 +197,6 @@ case class InsertIntoHiveTable(
197
table.hiveQlTable.getPartCols().foreach { entry =>
198
orderedPartitionSpec.put(entry.getName, partitionSpec.get(entry.getName).getOrElse(""))
199
}
200
- val partVals = MetaStoreUtils.getPvals(table.hiveQlTable.getPartCols, partitionSpec)
201
202
// inheritTableSpecs is set to true. It should be set to false for a IMPORT query
203
// which is currently considered as a Hive native command.
0 commit comments