[ 
https://issues.apache.org/jira/browse/HIVE-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13640647#comment-13640647
 ] 

Phabricator commented on HIVE-4412:
-----------------------------------

ashutoshc has accepted the revision "HIVE-4412 [jira] PTFDesc tries serialize 
transient fields like OIs, etc.".

  +1 will commit if tests pass

REVISION DETAIL
  https://reviews.facebook.net/D10515

BRANCH
  HIVE-4412

ARCANIST PROJECT
  hive

To: JIRA, ashutoshc, 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
>         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

Reply via email to