Skip to content

Commit

Permalink
remove the never using code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlyn committed Jun 16, 2015
1 parent e19a3bd commit 8860af0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ case class InsertIntoHiveTable(
table.hiveQlTable.getPartCols().foreach { entry =>
orderedPartitionSpec.put(entry.getName, partitionSpec.get(entry.getName).getOrElse(""))
}
val partVals = MetaStoreUtils.getPvals(table.hiveQlTable.getPartCols, partitionSpec)

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

0 comments on commit 8860af0

Please sign in to comment.