Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-7293

Hive-trunk does not build against JDK8 with generic class checks

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Not A Problem
    • 0.14.0
    • None
    • Query Processor
    • 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)

    Description

      The current build and tests on my laptop are failing due to generic argument mismatch errors.

      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>
      

      Attachments

        Activity

          People

            gopalv Gopal Vijayaraghavan
            gopalv Gopal Vijayaraghavan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: