Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
0.9.1, 0.10.0, 0.11.0
-
None
-
None
Description
Internal error: Cannot find ConstantObjectInspector for BINARY
This exception has two causes.
JDK7 iterators do not return values in the same order as JDK6, which selects a different implementation of this UDF when the first argument is null. With JDK7 this happens to be the binary version.
The binary version is not implemented properly which ultimately causes the exception when the method is called.