[
https://issues.apache.org/jira/browse/HIVE-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phabricator updated HIVE-4412:
------------------------------
Attachment: HIVE-4412.D10515.1.patch
navis requested code review of "HIVE-4412 [jira] PTFDesc tries serialize
transient fields like OIs, etc.".
Reviewers: JIRA
HIVE-4412 PTFDesc tries serialize transient fields like OIs, etc.
windowing_expression.q shows warning messages like this.
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 ...
hive is serializing temporary OIs in it.
TEST PLAN
EMPTY
REVISION DETAIL
https://reviews.facebook.net/D10515
AFFECTED FILES
ql/src/java/org/apache/hadoop/hive/ql/exec/PTFUtils.java
ql/src/java/org/apache/hadoop/hive/ql/plan/PTFDesc.java
ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFLeadLag.java
ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/TableFunctionEvaluator.java
MANAGE HERALD RULES
https://reviews.facebook.net/herald/view/differential/
WHY DID I GET THIS EMAIL?
https://reviews.facebook.net/herald/transcript/25113/
To: JIRA, 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