Gopal V created HIVE-7293:
-----------------------------

             Summary: 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
    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


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.2#6252)

Reply via email to