[ https://issues.apache.org/jira/browse/HIVE-7293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14152131#comment-14152131 ]
Vikram Dixit K commented on HIVE-7293: -------------------------------------- Will this be a blocker for 0.14? If so can you please provide a patch. Thanks Vikram. > Hive-trunk does not build against JDK8 with generic class checks > ---------------------------------------------------------------- > > Key: HIVE-7293 > URL: https://issues.apache.org/jira/browse/HIVE-7293 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.14.0 > Environment: java version "1.8.0" > Java(TM) SE Runtime Environment (build 1.8.0-b132) > Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode) > Reporter: Gopal V > Assignee: Gopal V > Priority: Minor > Labels: Vectorization > > The current build and tests on my laptop are failing due to generic argument > mismatch errors. > {code} > hive-trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFOPGreaterThan.java:[46,82] > incompatible types > found : > java.lang.Class<org.apache.hadoop.hive.ql.exec.vector.expressions.gen.FilterDoubleScalarGreaterDoubleColumn> > required: java.lang.Class<? extends > org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression> > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)