Navis created HIVE-4412:
---------------------------
Summary: PTFDesc tries serialize transient fields like OIs, etc.
Key: HIVE-4412
URL: https://issues.apache.org/jira/browse/HIVE-4412
Project: Hive
Issue Type: Bug
Components: PTF-Windowing
Reporter: Navis
Assignee: Navis
Priority: Trivial
windowing_expression.q shows warning messages like this.
{noformat}
java.lang.InstantiationException:
org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantDoubleObjectInspector
Continuing ...
java.lang.RuntimeException: failed to evaluate: <unbound>=Class.new();
Continuing ...
java.lang.InstantiationException:
org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter$DoubleConverter
Continuing ...
java.lang.RuntimeException: failed to evaluate: <unbound>=Class.new();
Continuing ...
java.lang.IllegalAccessException: Class sun.reflect.misc.Trampoline can not
access a member of class
org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDoubleObjectInspector
with modifiers ""
Continuing ...
java.lang.RuntimeException: failed to evaluate: <unbound>=Class.new();
Continuing ...
{noformat}
hive is serializing temporary OIs in it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira