Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-4160 Vectorized Query Execution in Hive
  3. HIVE-4534

IsNotNull and NotCol incorrectly handle nulls.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • vectorization-branch, 0.13.0
    • None
    • None

    Description

      See file IsNotNull.java in package org.apache.hadoop.hive.ql.exec.vector.expressions

      It never looks at the noNulls flag on the input vector, but accesses the isNull[] array anyway. This can yield incorrect results.

      isRepeating and noNulls are not set in the output, which can also cause wrong results.

      Attachments

        1. HIVE-4534.1.patch
          4 kB
          Jitendra Nath Pandey
        2. HIVE-4534.2.patch
          14 kB
          Jitendra Nath Pandey

        Issue Links

          Activity

            People

              jnp Jitendra Nath Pandey
              ehans Eric N. Hanson
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: