[
https://issues.apache.org/jira/browse/HIVE-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13642551#comment-13642551
]
Hudson commented on HIVE-4412:
------------------------------
Integrated in Hive-trunk-h0.21 #2078 (See
[https://builds.apache.org/job/Hive-trunk-h0.21/2078/])
HIVE-4412 : PTFDesc tries serialize transient fields like OIs, etc. (Navis
via Ashutosh Chauhan) (Revision 1475642)
Result = FAILURE
hashutosh :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1475642
Files :
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/PTFUtils.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/PTFDesc.java
*
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFLeadLag.java
*
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/TableFunctionEvaluator.java
> 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