Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-4112

RQG-on-HIve: Remove IS [NOT] DISTINCT FROM clauses from Hive generated queries

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 2.2.4
    • Impala 2.8.0
    • Infrastructure
    • None

    Description

      The clause is used as a null-safe equality operator and is supported in both Impala and Postgres. In Hive it is implemented as "<=>" (which is what MySQL does).

      https://wiki.postgresql.org/wiki/Is_distinct_from
      http://dev.mysql.com/doc/refman/5.7/en/comparison-operators.html#operator_equal-to
      https://issues.cloudera.org/browse/IMPALA-2147
      https://issues.apache.org/jira/browse/HIVE-2810

      The RQG should be modified to use <=> instead of IS NOT DISTINCT FROM for Hive queries

      Attachments

        Activity

          People

            stakiar_impala_496e Sahil Takiar
            stakiar_impala_496e Sahil Takiar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: