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

HBase: NULL values not taken into account depending on the columns in SELECT

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • Impala 1.1.1
    • None
    • Backend
    • IMPALA 1.1.1-1.p0.17
      CDH 4.4.0-1.cdh4.4.0.p0.39

    Description

      Data are in HBase:

      CREATE EXTERNAL TABLE ttt (
      id STRING,
      ...
      ...
      ...
      )STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ("hbase.columns.mapping" ="
      :key,
      ...
      ...
      ...
      ") TBLPROPERTIES("hbase.table.name" = "TTTT");

      select count from TTT where ColA = 'ABCDE'
      ==> 53 results

      select * from TTT where ColA = 'ABCDE'
      ==> 178 results

      select ColA from TTT where ColA = 'ABCDE'
      ==> 53 results

      Looks like sometimes the 'NULL' values are taken into account and sometimes not.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              salperwy_impala_8eca Christophe S
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: