Skip to content

Commit

Permalink
fixed bug reported by Sonia Ling - wrong type (long) in JavaStringInt…
Browse files Browse the repository at this point in the history
… ObjectInspector
  • Loading branch information
rcongiu committed Feb 3, 2014
1 parent 630d09d commit aa48bd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class JavaStringIntObjectInspector
implements SettableIntObjectInspector {

public JavaStringIntObjectInspector() {
super(PrimitiveObjectInspectorUtils.longTypeEntry);
super(PrimitiveObjectInspectorUtils.intTypeEntry);
}

@Override
Expand Down

0 comments on commit aa48bd9

Please sign in to comment.