Skip to content

Commit

Permalink
fix type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlyn committed Feb 2, 2015
1 parent 10744ca commit b1527d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ private[hive] object HadoopTableReader extends HiveInspectors {
}
else {
ObjectInspectorConverters.getConvertedOI(
deserializer.getObjectInspector(), convert.getObjectInspector(), true)
.asInstanceOf[StructObjectInspector]
deserializer.getObjectInspector(), convert.getObjectInspector(),
new java.lang.Boolean(true)).asInstanceOf[StructObjectInspector]
}
case None =>
deserializer.getObjectInspector().asInstanceOf[StructObjectInspector]
Expand Down

0 comments on commit b1527d5

Please sign in to comment.