[ https://issues.apache.org/jira/browse/HIVE-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashutosh Chauhan updated HIVE-4412: ----------------------------------- Resolution: Fixed Fix Version/s: 0.12.0 Status: Resolved (was: Patch Available) Committed to trunk. Thanks, Navis! > 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 > Fix For: 0.12.0 > > Attachments: HIVE-4412.D10515.1.patch > > > 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